Hi, just a side note. You can see what is going on in these cases:
>> trace on
>> print 1
Trace: print (word)
Trace: 1 (integer)
1
Result: (unset)
>> make object! []
Trace: make (word)
Trace: object! (word)
Trace: [] (block)
Result: (object)
Cheers
Ladislav
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
