Files
linguist/samples/Rebol/hello-world.r
2014-03-21 18:07:16 +00:00

6 lines
60 B
R

REBOL []
hello: func [] [
print "hello, world!"
]
hello