Hi Gabriele, > while > word > does not always yield the same result as using GET. In the recent > versions of REBOL the only datatypes for which there is a > difference are the ones enclosed in the ANY-FUNCTION! pseudo type.
It seems to me that also the lit-word! datatypehas the same behaviour: >> a: to-lit-word 's == 's >> type? a == word! >> type? :a == lit-word! >> type? get 'a == lit-word! --- Ciao Romano -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
