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 eba6c71 commit e25aebeCopy full SHA for e25aebe
README.md
@@ -25,7 +25,7 @@ Melon Language Supports both compiling AND interpreting
25
| / | copy the address to a specific place | / "next line " "your value" |
26
| ^ | check if the address is <your value> or not | ^ "next line " "your value" |
27
| , | do math | , "next line " "your value" |
28
-| | save a variable | "next line " "your var name" "next line " "your var value" |
+| `verticle bar` | save a variable `verticle bar` "next line " "your var name" "next line " "your var value" |
29
| # | write a saved variable to a address that is selected by cursor position | # "next line " "your var name" |
30
| : | Read The variables | : "next line " "your var name" |
31
| ! | quit | ! |
0 commit comments