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: 16-Oct-2001 16:10

Hi Mark,
> You stated "When the interpreter finishes evaluation of all values > contained in the block, the last obtained value becomes the result." > > Almost true, but not quite. What if the last value in a block is unset!
I think, that it is true. See:
>> type? do [print 1]
1 == unset! Cheers Ladislav