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

[REBOL] Re: Parse failure (was newlines)

From: brett:codeconscious at: 9-Nov-2001 3:14

Interesting how the Doc's medicine fixed this one up too:
>> parse s: "0123456789" [8 skip p: [(print p remove/part s 3)] :s (print
OK ) to end] 89 == false
>> parse s: "0123456789" [8 skip p: opt [(print p remove/part s 3)] :s
(print "OK") to end] 89 OK == true Time for sleep. Brett.