We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc93bc commit dc8b601Copy full SHA for dc8b601
README.md
@@ -37,12 +37,20 @@ here the wiki > https://github.com/pradosh-arduino/Melon-Language/wiki
37
|fetch-pkg | downloads a pkg from https://github.com/pradosh-arduino/Citrullus-Packages |
38
|quit/exit | quit |
39
40
-### Heap:
+### Heap
41
| Commands | Info |
42
|----------|------|
43
|malloc | dynamic memory allocation, used with `import <next_line> heap` |
44
|free | returns back the values to the memory |
45
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
+
54
## Script
55
56
0 commit comments