Sample file for .reb Rebol extension

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

View File

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