I don't think you can specify look ups with the name of the module in the same module like you can with imported ones. If you want to specify that it is a variable in module scope, use the module scope operator.

writeln(.a); // the leading '.' specifies module scope

Reply via email to