Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: evaluation result (or... goodbye)

From: carl:cybercraft at: 5-May-2002 12:28

On 05-May-02, Romano Paolo Tenca wrote:
> If one uses many small functions, can easy re-use the same words. I > have a function with 37 local words: almost none is new. If RT > corrects the set/get bugs with unloaded words, we would have no real > limits.
So you're saying that in a case like this... func1: has [a b c][some code or other] func2: has [a b c][some other code] there's only ever a single instance of 'a 'b and 'c in existance at any one time? Does that also apply if 'func2 calls 'func1? -- Carl Read