index
:
suspect-devices/linguist
content-type-fix
jenkins-pluginspec
mac-format
master
Language Savant
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
Rebol
/
hello-rebol.r
blob: 4c1b79834615073064b6f2c05850e59471cd5e00 (
plain
)
1
2
3
4
5
REBOL []
hello:
func
[]
[
print
"hello, world!"
]
hello