Skip to content

Commit 166b9a7

Browse files
Update README.md
1 parent e25aebe commit 166b9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Melon Language Supports both compiling AND interpreting
2525
| / | copy the address to a specific place | / "next line " "your value" |
2626
| ^ | check if the address is <your value> or not | ^ "next line " "your value" |
2727
| , | 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" |
2929
| # | write a saved variable to a address that is selected by cursor position | # "next line " "your var name" |
3030
| : | Read The variables | : "next line " "your var name" |
3131
| ! | quit | ! |

0 commit comments

Comments
 (0)