diff --git a/Keywords.md b/Keywords.md new file mode 100644 index 0000000..7aa1e5c --- /dev/null +++ b/Keywords.md @@ -0,0 +1,12 @@ +# Ground Keywords + +All ground expressions are of the form + +`keyword arg1 arg2 arg3 ...` + +The keyword dictates the operation and number of arguments. They work as Ground's inbuilt functions. + +## Control Flow +[if](If-Keyword) +[jump](Jump-Keyword) +[end](End-Keyword) \ No newline at end of file