Update If Keyword

2026-01-09 17:41:32 +11:00
parent f291ce9659
commit a684da20ac

@@ -2,7 +2,7 @@ Keyword: `if`
Syntax: `if $bool %line` Syntax: `if $bool %line`
Time Complexity: Time Complexity: `O(1)` (average case or line number), `O(n)` (worst case with labels), where `n` is the number of labels created.
## Overview ## Overview