Update If Keyword

2026-01-09 17:42:40 +11:00
parent 69e3866f7a
commit c3fc967878

@@ -4,7 +4,7 @@ Syntax: `if $bool %line`
Average Time Complexity: `O(1)` Average Time Complexity: `O(1)`
Worst Case Time Complexity: `O(n)` Worst Case Time Complexity: `O(n)`, where `n` is the number of labels created
## Overview ## Overview
The `if` keyword allows you to jump to a label or line if a condition is true. It is a core part of the ground programming language, as it would not be [Turing Complete](https://en.wikipedia.org/wiki/Turing_completeness) without. The `if` keyword allows you to jump to a label or line if a condition is true. It is a core part of the ground programming language, as it would not be [Turing Complete](https://en.wikipedia.org/wiki/Turing_completeness) without.