diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-11 12:08:10 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-11 12:08:10 -0400 |
| commit | 20a19f433956f063d8048f032aaf5dcce1d61e7c (patch) | |
| tree | c9720211c62e75a245c252c82f6353e5162fcb86 /docs/type_system/namespace.md | |
| parent | 51d055dc7e1a6edbaedb7ea80b1e678eff924fe0 (diff) | |
add algo for mutating shared object
Diffstat (limited to 'docs/type_system/namespace.md')
| -rw-r--r-- | docs/type_system/namespace.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/type_system/namespace.md b/docs/type_system/namespace.md index 9243280..9ae61ba 100644 --- a/docs/type_system/namespace.md +++ b/docs/type_system/namespace.md @@ -3,11 +3,9 @@ --- ```text -Namespace[[NATIVE | FILE] NAMESPACE_IDENTIFIER] +Namespace[[NATIVE | MODULE] NAMESPACE_IDENTIFIER] ``` -A file with code - ## Exports ### \`export @@ -45,4 +43,4 @@ namespcae[name] // resolves to namespace[name.name] ### \`is_main -Run this function if the file is not imported +Run this function if the module is not imported |
