Skip to content

Commit af75e78

Browse files
Update README.md
1 parent 0389691 commit af75e78

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,31 @@ Melon Language Supports both compiling AND interpreting
66

77
# Syntax
88
`> = move the cursor right by 1`
9+
910
`< = move the cursor left by 1`
11+
1012
`+ = add the Address that is selected in cursor`
13+
1114
`- = subtract the Address that is selected in cursor`
15+
1216
`; = print the Array in the screen`
17+
1318
`@ = compile the values into a executable file`
19+
1420
`% = clears the screen`
21+
1522
`$ = resets all address`
23+
1624
`& = loads program into memory`
25+
1726
`~ = executes the program in text format`
27+
1828
`* = writes a custom value into address`
29+
1930
`\ = jumps to a certain position`
31+
2032
`/ = copy the address to a specific place`
33+
2134
`^ = check if the address is <your value> or not`
35+
2236
`! = quit`

0 commit comments

Comments
 (0)