[REBOL] Re: Ladislav: Interpreter Essay
From: lmecir:mbox:vol:cz at: 16-Oct-2001 17:54
Hi Mark, I may not understand what you are trying to tell me, but I was saying, that all the following Rebol expressions: ; # 1 print 1 ; # 2 do [print 2] ; # 3 () ; # 4 f: does [exit] f ; # 5 first reduce [()] all yield identical Rebol value. The value in question has the UNSET! datatype. Cheers Ladislav