mirror of
https://github.com/russolsen/cloforth
synced 2024-11-16 19:48:23 +01:00
6 lines
67 B
Text
6 lines
67 B
Text
|
|
: test [ ifelse [ 'yes' . ] [ 'no' . ] ]
|
|
|
|
true test
|
|
|
|
false test
|