RosettaCodeData/Task/Higher-order-functions/Trith/higher-order-functions.trith
2023-07-01 13:44:08 -04:00

3 lines
64 B
Text

: twice 2 times ;
: hello "Hello, world!" print ;
[hello] twice