Sample file for .rebol Rebol extension

This commit is contained in:
Barry Walsh
2014-03-21 18:04:18 +00:00
parent 19e4dabf01
commit e1c81a8884

View File

@@ -0,0 +1,9 @@
Rebol [
author: "Rebol user"
]
hello: func [] [
print "hello, world!"
]
hello