diff options
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 $ 'Σ' +``` |
