[REBOL] Re: YAPAQ
From: rotenca:telvia:it at: 3-Mar-2004 16:42
If they are all valid rebol value, you can load the string or try this: str: {e1 e2 "e 3" e4 ee"e 5" e6 ^{e 7^}} until [res: load/next str probe to string! res/1 tail? str: res/2] Else you must write a parse rule. --- Ciao Romano







