Yes :), and words are not quite like strings. You cannot just change them; they have to remain unique in a table for fast lookup. Once you have created a word, you cannot "uncreate" it. So increasing or decreasing the length, or changing characters is not allowed.
Regards, Anton. > ah, now is obvious "why?" :) > > > >> source join > join: func [ > "Concatenates values." > value "Base value" > rest "Value or block of values" > ][ > value: either series? value [copy value] [form value] > repend value rest > ] > > -- > alberto -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
