[REBOL] Re: Ladislav: Interpreter Essay
From: lmecir:mbox:vol:cz at: 17-Oct-2001 16:26
Hi, just a side note. You can see what is going on in these cases:>> trace on >> print 1Trace: print (word) Trace: 1 (integer) 1 Result: (unset)>> make object! []Trace: make (word) Trace: object! (word) Trace: [] (block) Result: (object) Cheers Ladislav