REBOL [
10    Title: "BASIC REBOL"
20 ]
30 print "Hello Curt"
40 for n 1 10 1 [
50     print n
60 ]
70 print "See Curt?"
80 print "Rebol can use line numbers if you"
90 print "really need to know which line"
100 print "your errors occured in."
110 print 1 / 0
120 print "The End"

(;

-- 
Carl Read

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to