cannot use module '%s' before importing it; add 'import @%s' before the using statement
`using math` before `import math`
Import a module with `import @module` before using it with `use @module`.