We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6413e92 commit c30e98cCopy full SHA for c30e98c
README.md
@@ -5,7 +5,7 @@ A Simple programming Language made with C#
5
Melon Language Supports both compiling AND interpreting
6
7
# Syntax
8
-> = move the cursor right by 1
+```> = move the cursor right by 1
9
< = move the cursor left by 1
10
+ = add the Address that is selected in cursor
11
- = subtract the Address that is selected in cursor
@@ -19,4 +19,4 @@ $ = resets all address
19
\ = jumps to a certain position
20
/ = copy the address to a specific place
21
^ = check if the address is <your value> or not
22
-! = quit
+! = quit```
0 commit comments