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

[REBOL] Re: I want to loop

From: allenk:powerup:au at: 3-Sep-2001 21:27

If you don't need to keep track of line numbers, 'foreach would be quicker than using 'while data: skip read/lines %lines.txt 6 foreach line data [print line] Cheers, Allen K