[REBOL] Re: Functions, /local and refinements
From: rotenca:telvia:it at: 15-May-2004 21:04
Hi Gregg,
> means HELP isn't interpreting things the same way the interpreter
> does, which should be addressed. i.e. HELP should be fixed.
/local for local var is only a convention set by RT, but indeed there is no
difference at all between /local and any other refinements:
f: has [a b] [print [local a b]]
f/local 1 2
so one could use any refinements for local vars, only help do not know it.
---
Ciao
Romano