mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +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 ;
|