From a9e4e9f0167ed344e55ba298928a575cabb1de0d Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 24 May 2026 17:24:28 -0400 Subject: add format string example --- docs/type_system/namespace.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'docs/type_system/namespace.md') 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 -- cgit v1.2.3