Files
8th/docs/SNIPPET.txt
2023-01-07 20:34:57 +08:00

7 lines
115 B
Plaintext

\ Displays "Hello, World!" on the console followed by a new-line.
: hello-world \ --
"Hello, World!" . cr
;