RosettaCodeData/Task/Scope-Function-names-and-labels/Factor/scope-function-names-and-labels-3.factor

8 lines
123 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USE: io
IN: hello-vocab
DEFER: hello
hello ! visible here
: hello ( -- ) "Hello, world!" print ;
hello ! visible here