Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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 1
Trace: print (word) Trace: 1 (integer) 1 Result: (unset)
>> make object! []
Trace: make (word) Trace: object! (word) Trace: [] (block) Result: (object) Cheers Ladislav