RosettaCodeData/Task/Higher-order-functions/Trith/higher-order-functions.trith

4 lines
64 B
Plaintext

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