mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
7 lines
110 B
Smalltalk
7 lines
110 B
Smalltalk
|
#
|
||
|
# */ value test
|
||
|
#
|
||
|
FORWARD success;
|
||
|
FORWARD failure;
|
||
|
: MAIN 17 17 17 */ 17 = IF success ELSE failure ENDIF ;
|