Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Parse surprise

From: cyphre:seznam:cz at: 14-Jan-2003 18:24

Hi Ladislav, interesting, just tried
>> parse "abcdefgh" [thru 3 a: (print a) copy rslt to 1 a: (print a print
rslt)] defgh abcdefgh none == false why is the content of rslt set to none ? Shouldn't it be the rslt "b"? regards, Cyphre