[REBOL] Parse surprise
From: lmecir:mbox:vol:cz at: 14-Jan-2003 17:14
Hi all, accidentally I tried this:>> parse "abcdefgh" [thru 2 a: (print a) to 1 a: (print a)]cdefgh abcdefgh == false It was quite a surprise for me. This isn't as useful as it may complicate block parsing IMO. What do you think? Regards -L