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

[REBOL] Re: [algo] Intervals and parsing

From: maarten:vrijheid at: 12-Mar-2004 14:56

> FOR PARSE GURUS ! > > How can I stop the parsing if I find the correct value (and considering the test is done in the code next to the rule, not by the rule himself) ? >
use the 'break keyword from the parse dialect, core 2.5.3 and up http://www.rebol.com/docs/changes.html#section-3.6 --Maarten