Else - Function Summary

Summary:

Else is obsolete; use either.

Usage:

else

Description:

See the EITHER function for if-then-else conditions.

either now/time > 10:30 [
    print "later"
][
    print "earlier"
]
earlier

either - If condition is TRUE, evaluates the first block, else evaluates the second. if - If condition is TRUE, evaluates the block.

results matching ""

    No results matching ""