7 lines
101 B
Smalltalk
Raw Normal View History

#
# SUB test
#
FORWARD success;
FORWARD failure;
: MAIN 23 15 - -8 = IF success ELSE failure ENDIF ;