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