Files
linguist/samples/Rebol/hello-rebol.r
2012-07-23 15:52:49 -05:00

6 lines
60 B
R

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