I found that "to" doesn't handle << >> properly if entered directly
from the console :
>> to tag! "<test>"
== <<test>>
>> to string! <<test>>
** Script Error: Operator is missing an argument
** Near: to string! <<test> >
but it does in a variable :
>> t: "<test>"
== "<test>"
>> t: to tag! t
== <<test>>
>> t: to string! t
== "<test>"
Is this a bug or have I overlooked something?
Regards
Peter
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.