mirror of
https://github.com/AxioDL/llvm.git
synced 2026-03-30 11:42:29 -07:00
e44f1db6e6
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10187 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
100 B
Smalltalk
7 lines
100 B
Smalltalk
#
|
|
# FALSE test
|
|
#
|
|
FORWARD success;
|
|
FORWARD failure;
|
|
: MAIN FALSE 0 = IF success ELSE failure ENDIF ;
|