Implicit conditions
In some languages there is a thing called an implicit statement. For example if you said "if object then", explicitly it doesn't make sense but implicitly we know it means if the object is defined. In Jade we can do implicit statements explicitly,...