Skip to content

Commit 0389691

Browse files
Update README.md
1 parent c30e98c commit 0389691

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ 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
9-
< = move the cursor left by 1
10-
+ = add the Address that is selected in cursor
11-
- = subtract the Address that is selected in cursor
12-
; = print the Array in the screen
13-
@ = compile the values into a executable file
14-
% = clears the screen
15-
$ = resets all address
16-
& = loads program into memory
17-
~ = executes the program in text format
18-
* = writes a custom value into address
19-
\ = jumps to a certain position
20-
/ = copy the address to a specific place
21-
^ = check if the address is <your value> or not
22-
! = quit```
8+
`> = move the cursor right by 1`
9+
`< = move the cursor left by 1`
10+
`+ = add the Address that is selected in cursor`
11+
`- = subtract the Address that is selected in cursor`
12+
`; = print the Array in the screen`
13+
`@ = compile the values into a executable file`
14+
`% = clears the screen`
15+
`$ = resets all address`
16+
`& = loads program into memory`
17+
`~ = executes the program in text format`
18+
`* = writes a custom value into address`
19+
`\ = jumps to a certain position`
20+
`/ = copy the address to a specific place`
21+
`^ = check if the address is <your value> or not`
22+
`! = quit`

0 commit comments

Comments
 (0)