7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
\ Displays "Hello, World!" on the console followed by a new-line.
|
|
|
|
: hello-world \ --
|
|
"Hello, World!" . cr
|
|
;
|
|
|