[REBOL] Re: skip a value inside 'foreach
From: al:bri:xtra at: 18-Nov-2002 17:27
How about this: foreach Value [1 2 3 4 5 6 7] [ if 5 <> Value [ print Value ] ] And running it at the console:>> foreach Value [1 2 3 4 5 6 7] [[ if 5 <> Value [ [ print Value [ ] [ ] 1 2 3 4 6 7 Andrew Martin ICQ: 26227169 http://valley.150m.com/