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

7 lines
101 B
Smalltalk

#
# ABS test
#
FORWARD success;
FORWARD failure;
: MAIN -23 ABS 23 = IF success ELSE failure ENDIF ;