[REBOL] Re: Is Rebol dynamic?
From: lmecir:mbox:vol:cz at: 30-Nov-2002 12:00
Hi Romano et all,
> > How about this?
> >
> > >> block: [a: (block/1: first [b:] 12)]
> > == [a: (block/1: first [b:] 12)]
> > >> do block
> > == 12
> > >> b
> > == 12
>
> Surprise! Also because:
>
> >> a: "12" b: 1 do block: [a/1: (block/1: first [b:] #"E")]
> == "E2"
> >> b
> ==1
I think, that the last word about precedence and evaluation wasn't said in
Rebol. Some transparency/unification/straightening/debugging can still have
some use.