[REBOL] I want to loop
From: john:thousand-hills at: 2-Sep-2001 23:57
I have files that I would like to start the following script on line 7 of the file and loop until the lines run out. The input is done in lines, so the loop would read line 7, line 8, etc.. until the lines stop. Any suggestions? d7: pick data 7 either d7 [ print makerow d7 ][ "" ] ----------------------- John