[REBOL] Re: 'use question
From: maarten:koopmans:surfnet:nl at: 30-Oct-2002 4:55
Yes, but not what I mean: A better sample is this: f: use [ b c ][ b: 10 c: 2 * b does [ c + 1]] Now, how do I access b directly in this case, where it has no occurence in the function body and thus is really hidden. --Maarten G. Scott Jones wrote: