summaryrefslogtreecommitdiff
path: root/docs/syntax/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-21 15:26:56 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-21 15:26:56 -0400
commitc71cd186644570eb25c45ded7837b0e7aa54987a (patch)
treeb13b3700c2d5c7b23ffbe781615448f1ed184425 /docs/syntax/index.md
parent83729ca507a3266f3793c3ff2db7229a86e80aa6 (diff)
int and float under bits type
Diffstat (limited to 'docs/syntax/index.md')
-rw-r--r--docs/syntax/index.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/syntax/index.md b/docs/syntax/index.md
index 38735c5..9398f6b 100644
--- a/docs/syntax/index.md
+++ b/docs/syntax/index.md
@@ -24,10 +24,13 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZ
## Number Literals
+```text
+12 // Decimal
+```
+
##### Integer
```text
-12 // Decimal
0x12 // Hex
0b10 // Binary
0o75 // Octal