Files
linguist/samples/Rebol/hello-world.rebol
2014-03-21 18:04:18 +00:00

10 lines
84 B
Plaintext

Rebol [
author: "Rebol user"
]
hello: func [] [
print "hello, world!"
]
hello