Update If Keyword
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user