Skip to content

Organize code into files

  • Importing: import "path/to/module.nyx" as alias; or import "std:name" as alias;. Paths are relative to the importing file for local modules. Semicolon is required.
  • Using: Access members with alias.member.