Files
linguist/test/fixtures/rebol/hello-rebol.r
2012-06-07 12:17:24 -05:00

6 lines
60 B
R

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