[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
[REBOL] Re: I want to loopFrom: allenk:powerup:au at: 3-Sep-2001 21:27
|