REBOL3 tracker
  0.9.12 beta
Ticket #0000321 User: anonymous

Project:



rss
TypeWish Statustested Date20-Sep-2007 12:29
Versionalpha 31 CategoryParse Submitted byoldes
PlatformAll Severitytrivial Priorityhigh

Summary BREAK from PARSE
Description Now when I do:
>> parse [1 2 3] [ any [set i integer! (if i = 2 [break]) ]]
** Throw Error: Nothing to break
** Near: break

But I think there IS something to break.. the parsing..
Would it be possible or do we have to do it like:
loop 1 [ parse [1 2 3] [ any [set i integer! (if i = 2 [break]) ]] ]
which is working, but dosn't look too nice?
Example code

			

Assigned ton/a Fixed inalpha 98 Last Update6-May-2010 08:58


Comments
(0000175)
admin
20-Sep-2007 13:46

Changing this to be a wish item, not a bug. -Carl

(0000302)
BrianH
20-Jan-2009 01:10

This is one on the Parse Proposals. Waiting for when we decide on those proposals.
(0002325)
Carl
6-May-2010 01:54

You've got your wish, so test it well.

Date User Field Action Change
6-May-2010 08:58 BrianH Status Modified built => tested
6-May-2010 01:54 carl Comment : 0002325 Added -
6-May-2010 01:54 carl Fixedin Modified => alpha 98
6-May-2010 01:54 carl Status Modified reviewed => built
28-Sep-2009 05:52 BrianH Category Modified => Parse
28-Sep-2009 05:52 BrianH Status Modified waiting => reviewed
28-Sep-2009 05:52 BrianH Priority Modified none => high
20-Jan-2009 01:10 BrianH Comment : 0000302 Added -
20-Jan-2009 01:09 BrianH Version Modified => alpha 31
20-Jan-2009 01:09 BrianH Status Modified reviewed => waiting
2-Dec-2008 18:50 Admin Ticket Added -