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/type_system/bit.md | |
| parent | 1ccb3c92a4c074a12550c584d3651ace2d7c0131 (diff) | |
thread id op
Diffstat (limited to 'docs/type_system/bit.md')
| -rw-r--r-- | docs/type_system/bit.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/type_system/bit.md b/docs/type_system/bit.md index a1391ff..a5ba35f 100644 --- a/docs/type_system/bit.md +++ b/docs/type_system/bit.md @@ -59,7 +59,7 @@ Bool `alias Bit[[BIT8 | BOOL]] ### Div `/` -### Mod ``mod` +### ``mod` ### ``exp` @@ -106,3 +106,10 @@ Bool `alias Bit[[BIT8 | BOOL]] ## Other ### Compare `<=>` + +# Char + +```text +c : 'Σ' +`log c // Char $ 'Σ' +``` |
