Sample file for .r3 Rebol extension

This commit is contained in:
Barry Walsh
2014-03-21 18:05:49 +00:00
parent 0c23050eaf
commit 4bec82a19e

View File

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