> is there a way to use these static variables outside of the module they are > defined in
Sure, just give them an export marker. (The asterisk.)
> is there a way to use these static variables outside of the module they are > defined in
Sure, just give them an export marker. (The asterisk.)