hanchenye-llvm-project/stacker/test/sub.st

7 lines
101 B
Smalltalk

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