Script Library: 1238 scripts
 

hello-mini.r

REBOL [ title: "minimal 'hello, world!' submission to rebol.org" date: 2011-08-21 file: %hello-mini.r ] print "hello, world!"
halt ;; to terminate script if DO'ne from webpage
<< heaver.r · hello.r >>