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

7 lines
98 B
Smalltalk

#
# DECR test
#
FORWARD success;
FORWARD failure;
: MAIN 8 -- 7 = IF success ELSE failure ENDIF ;