7 lines
100 B
Smalltalk
Raw Normal View History

#
# FALSE test
#
FORWARD success;
FORWARD failure;
: MAIN FALSE 0 = IF success ELSE failure ENDIF ;