if true: echo "yes"
if false: echo "no"
# Other objects never represent true or false:
if 2: echo "compile error"