NAM002
NAM002 — import path escapes qube
| Subsystem | Names |
| Severity | error |
A quoted relative import (e.g. "../other/lib.q") resolves outside the qube’s own source tree. Imports may not escape the qube; depend on the other qube by its module path instead.
From your terminal:
q64 explain NAM002