File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Melon Language Supports both compiling AND interpreting
25
25
| / | copy the address to a specific place | / "next line " "your value" |
26
26
| ^ | check if the address is <your value > or not | ^ "next line " "your value" |
27
27
| , | do math | , "next line " "your value" |
28
- | ` verticle bar ` | save a variable ` verticle bar ` "next line " "your var name" "next line " "your var value" |
28
+ | ` verticle bar ` | save a variable | ` verticle bar ` "next line " "your var name" "next line " "your var value" |
29
29
| # | write a saved variable to a address that is selected by cursor position | # "next line " "your var name" |
30
30
| : | Read The variables | : "next line " "your var name" |
31
31
| ! | quit | ! |
You can’t perform that action at this time.
0 commit comments