mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
7 lines
100 B
Smalltalk
7 lines
100 B
Smalltalk
#
|
|
# NIP test
|
|
#
|
|
FORWARD success;
|
|
FORWARD failure;
|
|
: MAIN 1 2 NIP 2 = IF success ELSE failure ENDIF ;
|