Add Jump Keyword

2026-01-08 21:21:27 +11:00
parent a86d885480
commit 8667f9310e

11
Jump-Keyword.md Normal file

@@ -0,0 +1,11 @@
Keyword: `jump`
Syntax: `jump %line`
Time Complexity:
## Overview
The `jump` keyword allows you to modify the order in which commands are executed by jumping directly to a certain piece of code.
## Example usage