Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

I do so love arguing with BASIC programmers...

 [1/2] from: carl::cybercraft::co::nz at: 30-Sep-2002 10:23


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

 [2/2] from: tim:johnsons-web at: 30-Sep-2002 7:33


* Carl Read <[carl--cybercraft--co--nz]> [020929 15:12]:
> REBOL [ > 10 Title: "BASIC REBOL"
<<quoted lines omitted: 9>>
> 110 print 1 / 0 > 120 print "The End"
<wink>Carl, I believe that should be 999</wink> -tj-
> (; > --
<<quoted lines omitted: 3>>
> [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com http://www.johnsons-web.com

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted