From 8667f9310ed68b3fe4d64b701804f09738099760 Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Thu, 8 Jan 2026 21:21:27 +1100 Subject: [PATCH] Add Jump Keyword --- Jump-Keyword.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Jump-Keyword.md diff --git a/Jump-Keyword.md b/Jump-Keyword.md new file mode 100644 index 0000000..bb13cef --- /dev/null +++ b/Jump-Keyword.md @@ -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