From 0851f961defa2e39d65815b8946238431c54a15f Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 17 Jun 2026 19:48:27 -0400 Subject: thread id op --- docs/type_system/bit.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/type_system/bit.md') 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 $ 'Σ' +``` -- cgit v1.2.3