Sample file for .r Rebol extension

This commit is contained in:
Barry Walsh
2014-03-21 18:07:16 +00:00
parent 4bec82a19e
commit c971c14a83

View File

@@ -0,0 +1,5 @@
REBOL []
hello: func [] [
print "hello, world!"
]
hello