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

7 lines
107 B
Smalltalk
Raw Normal View History

2003-11-24 02:12:22 +08:00
#
# MOD value test
#
FORWARD success;
FORWARD failure;
: MAIN 7 13 MOD 6 = IF success ELSE failure ENDIF ;