1 2 3 4 5 6 7
USE: io USE: examples.greeter IN: examples.hello : hello-world ( -- ) "world" greeting print ; MAIN: hello-world