aboutsummaryrefslogtreecommitdiff
path: root/samples/Rebol/hello-rebol.r
blob: 4c1b79834615073064b6f2c05850e59471cd5e00 (plain)
1
2
3
4
5
REBOL []
hello: func [] [
    print "hello, world!"
]
hello