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
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
