[REBOL] Re: Core 2.6 - Last minute requests - take your chance!
From: oliva:david:seznam:cz at: 8-Apr-2002 22:14
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