Hello, World! in Factor
Example for versions
Factor 0.94
The first line imports io
dictionary (print
word). The second line pushes the message string on the stack and then calls print
which prints the top element of the stack.
USE: io
"Hello, World!" print
Comments
]]>blog comments powered by Disqus
]]>