On 2019-12-11 09:54, JJ Merelo wrote:
By default, the scope of anything (containers, classes, whatever) is lexical to the scope they are in.
Hi JJ, Thank you for responding. By the way, I'd be a Golden. I don't understand how you are using the word "lexical". I may be mixing Modula2 with Raku in that I am thinking I define the subset and some kind of structure in the global section of the module and expecting the importer of the sub also see it. Is the structure defined in the declaration line of the exported sub? Many thanks, -T