Else is obsolete; use either.
else
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.
Copyright 2004 REBOL Technologies