diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-17 19:48:27 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-17 19:48:27 -0400 |
| commit | 0851f961defa2e39d65815b8946238431c54a15f (patch) | |
| tree | 3a21c84baa1f0f058bb0ce673c48832bd796d232 /docs/language | |
| parent | 1ccb3c92a4c074a12550c584d3651ace2d7c0131 (diff) | |
thread id op
Diffstat (limited to 'docs/language')
| -rw-r--r-- | docs/language/index.md | 4 | ||||
| -rw-r--r-- | docs/language/operators.md | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/language/index.md b/docs/language/index.md index 371ecf1..4454306 100644 --- a/docs/language/index.md +++ b/docs/language/index.md @@ -74,6 +74,10 @@ Variables starting with `_` are treated as unused Start with an uppercase letter created with either \`alias or \`unique +## Type Qualifiers + +Start with `%` + # Operators Represented as an symbol or a keyword starting with \` diff --git a/docs/language/operators.md b/docs/language/operators.md index 183b2d3..85ca162 100644 --- a/docs/language/operators.md +++ b/docs/language/operators.md @@ -14,6 +14,12 @@ Configurable logger, output format and destination can be changed ## ``debugger` +## ``thread_id` + +```text +Thread_id `unique I32 +``` + ## ``format` ```text |
