diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-24 17:24:28 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-24 17:24:28 -0400 |
| commit | a9e4e9f0167ed344e55ba298928a575cabb1de0d (patch) | |
| tree | 040b8d389b6822a575d6bd8c74c0aa6773459dcf /docs/type_system/namespace.md | |
| parent | a41e83e6a28d17e41fcf90c4d39003a06fa9ba51 (diff) | |
add format string example
Diffstat (limited to 'docs/type_system/namespace.md')
| -rw-r--r-- | docs/type_system/namespace.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/type_system/namespace.md b/docs/type_system/namespace.md index 37c7b17..52c3aee 100644 --- a/docs/type_system/namespace.md +++ b/docs/type_system/namespace.md @@ -4,7 +4,7 @@ ```text Namespace_class `alias Enum[.native; .file] -Namespace[Namespace_class; AST; EXPORTS] +Namespace[Namespace_class; EXPORTS] ``` A file with code @@ -13,12 +13,22 @@ A file with code ### \`export +##### Type must be Fn, Overload, Const or Shared to export + ## Imports ### \`import +```text +Namespace : `import Const[String] +``` + ### \`use +```text +Namespace : `use Const[String] +``` + ## Main ### \`is_main |
