Files
linguist/samples/rebol/hello-rebol.r
2012-06-22 10:09:24 -05:00

6 lines
60 B
R

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