mirror of
https://github.com/russolsen/cloforth
synced 2024-11-16 19:48:23 +01:00
6 lines
50 B
Text
6 lines
50 B
Text
'hello' .
|
|
|
|
define bar [ true if [ 10 ] 20 ]
|
|
|
|
bar
|
|
|