Just please fix possibility to load block with word: '<< (left shift)
---
>> load [ <<]
** Syntax Error: Invalid tag -- <<
** Near: (line 1) load [ <<]
>> load [ >>]
== [>>]
---
and this one is most wanted as well:
>> x: load [a,a]
** Syntax Error: Invalid word -- a,a
** Near: (line 1) load [a,a]
( rather to return: [a , b] where second x == ', )

...so we will have possibility to load whatever text file and parse it
--------
and maybe rejoin/with
>>rejoin/with ["a" "b"] #"/"
== "a/b"

thanks oldes


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to