mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 16:31:16 +00:00
7 lines
100 B
Smalltalk
7 lines
100 B
Smalltalk
|
#
|
||
|
# FALSE test
|
||
|
#
|
||
|
FORWARD success;
|
||
|
FORWARD failure;
|
||
|
: MAIN FALSE 0 = IF success ELSE failure ENDIF ;
|