Another surprise:

a: [thru b] ; is defined recursively as:
ar: [b | skip ar]

; Tests:

b: ""
parse "ab" [a to end] ; == false
parse "ab" [ar to end] ; == true

Peta



-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to