4 lines
64 B
Text
4 lines
64 B
Text
|
|
: twice 2 times ;
|
||
|
|
: hello "Hello, world!" print ;
|
||
|
|
[hello] twice
|