If you need help, try to find the answer through the following path: `Help` in the console ⇒ [Red by Example](https://www.red-by-example.org/) ⇒ [Official Red Docs](https://github.com/red/docs/blob/master/en/SUMMARY.adoc) ⇒ [Rebol Core Manual](http://www.rebol.com/docs/core23/rebolcore.html ⇒ [Red Wiki](https://github.com/red/red/wiki ⇒ Net search "redlang + your-question" ⇒ Ask us, we are here to help!
to end
or ignore the return value.
l
and r
(left and right of #
) are parsed right, but neither parse traversed the second line nor are values inserted in b
.
>> split "1#11^/2#22^/" charset "#^/"
== ["1" "11" "2" "22" ""]
collect
should be followed by a block of some rule [rule]
. Is this correct? I'm asking this because you used collect some
, not collect [some
select
sees select singles cl-id + 1
, which is select (singles) (cl-id + 1)
.
>> parse ["[1518-02-24 " "[123-45-6 "][collect some [into [thru "[" keep to space skip]]]
== ["1518-02-24" "123-45-6"]
[
and
.