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

7 lines
99 B
Smalltalk

#
# DIV test
#
FORWARD success;
FORWARD failure;
: MAIN 7 49 / 7 = IF success ELSE failure ENDIF ;