Skip to content

Commit c30e98c

Browse files
Update README.md
1 parent 6413e92 commit c30e98c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A Simple programming Language made with C#
55
Melon Language Supports both compiling AND interpreting
66

77
# Syntax
8-
> = move the cursor right by 1
8+
```> = move the cursor right by 1
99
< = move the cursor left by 1
1010
+ = add the Address that is selected in cursor
1111
- = subtract the Address that is selected in cursor
@@ -19,4 +19,4 @@ $ = resets all address
1919
\ = jumps to a certain position
2020
/ = copy the address to a specific place
2121
^ = check if the address is <your value> or not
22-
! = quit
22+
! = quit```

0 commit comments

Comments
 (0)