From a684da20ac6ec955fad7d0aa53e0e2f7566de14d Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Fri, 9 Jan 2026 17:41:32 +1100 Subject: [PATCH] Update If Keyword --- If-Keyword.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/If-Keyword.md b/If-Keyword.md index d957abd..a9dfe79 100644 --- a/If-Keyword.md +++ b/If-Keyword.md @@ -2,7 +2,7 @@ Keyword: `if` 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