hanchenye-llvm-project/llvm/projects/Stacker/test/ne.st

7 lines
95 B
Smalltalk

#
# NE test
#
FORWARD success;
FORWARD failure;
: MAIN 7 49 <> IF success ELSE failure ENDIF ;