From c71cd186644570eb25c45ded7837b0e7aa54987a Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 21 May 2026 15:26:56 -0400 Subject: int and float under bits type --- docs/syntax/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/syntax/index.md') 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 -- cgit v1.2.3