1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-21 00:32:23 +00:00
llvm-6502/projects/Stacker/test/true.st

7 lines
99 B
Smalltalk
Raw Normal View History

#
# TRUE test
#
FORWARD success;
FORWARD failure;
: MAIN TRUE -1 = IF success ELSE failure ENDIF ;