Hi, why "some" includes space chars in x?

>> parse "a   b   c" [copy x some ["a"] to end]
=3D=3D true
>> x
=3D=3D "a   "

>> parse "a   b   c" [copy x ["a"] to end]
=3D=3D true
>> x
=3D=3D "a"

>> parse "a   b   c" [copy x "a" to end]
=3D=3D true
>> x
=3D=3D "a"

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

Reply via email to