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