Handbook
Glossary
hello ( -- )
Vocabulary
hello-world
Inputs
None
Outputs
None
Definition
USING:
io
;
IN:
hello-world
:
hello
( -- )
"Hello world"
print
;