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/const.md | |
| parent | a41e83e6a28d17e41fcf90c4d39003a06fa9ba51 (diff) | |
add format string example
Diffstat (limited to 'docs/type_system/const.md')
| -rw-r--r-- | docs/type_system/const.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/type_system/const.md b/docs/type_system/const.md index 2e32853..db1f683 100644 --- a/docs/type_system/const.md +++ b/docs/type_system/const.md @@ -3,3 +3,7 @@ --- Cannot be changed or mutated + +```text +Const[TYPE] +``` |
