Sample file for .r2 Rebol extension

This commit is contained in:
Barry Walsh
2014-03-21 18:05:14 +00:00
parent e1c81a8884
commit 0c23050eaf

View File

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