7 lines
95 B
Smalltalk
Raw Normal View History

#
# NE test
#
FORWARD success;
FORWARD failure;
: MAIN 7 49 <> IF success ELSE failure ENDIF ;