diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-17 14:43:15 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-17 14:43:15 -0400 |
| commit | d9c68aa51521171b951d37c879ffee5ea64e21df (patch) | |
| tree | cbe53328e0addaf84732c297e8c68f8e3687a743 /docs/type_system/namespace.md | |
| parent | 27937495dfd7a376538d8ef3834f12f5c8eb5c0d (diff) | |
use return and yield as keyword with union types passed
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 |
