diff options
Diffstat (limited to 'docs/type_system/namespace.md')
| -rw-r--r-- | docs/type_system/namespace.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/type_system/namespace.md b/docs/type_system/namespace.md index fc1d238..c3b79f1 100644 --- a/docs/type_system/namespace.md +++ b/docs/type_system/namespace.md @@ -2,6 +2,25 @@ --- +```text +Namespace_class `alias Enum[.native; .file] +Namespace[Namespace_class; ...] +``` + A file with code ## Exports + +### \`export + +## Imports + +### \`import + +### \`use + +## Main + +### \`is_main + +Run this function if the file is not imported |
