Skip to content

Commit dc8b601

Browse files
Update README.md
1 parent 3cc93bc commit dc8b601

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,20 @@ here the wiki > https://github.com/pradosh-arduino/Melon-Language/wiki
3737
|fetch-pkg | downloads a pkg from https://github.com/pradosh-arduino/Citrullus-Packages |
3838
|quit/exit | quit |
3939

40-
### Heap:
40+
### Heap
4141
| Commands | Info |
4242
|----------|------|
4343
|malloc | dynamic memory allocation, used with `import <next_line> heap` |
4444
|free | returns back the values to the memory |
4545

46+
### Graphics
47+
| Commands | Info |
48+
|----------|------|
49+
| println | prints a text then goes to a new line |
50+
| printf | prints a text |
51+
| colour | changes console colour |
52+
| set-cursor-pos | sets cursor pos |
53+
4654
## Script
4755
| Commands | Info |
4856
|----------|------|

0 commit comments

Comments
 (0)