File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ here the wiki > https://github.com/pradosh-arduino/Melon-Language/wiki
3333| var-def| Prints the lists of vars that is defined |
3434| import | You can import build in librarys |
3535| load-pkg | loads a package |
36- | generate -pkg | generates a package with main.mlf |
36+ | gen -pkg | generates a package with main.mlf |
3737| fetch-pkg | downloads a pkg from https://github.com/pradosh-arduino/Citrullus-Packages |
3838| quit/exit | quit |
3939
@@ -73,9 +73,16 @@ here the wiki > https://github.com/pradosh-arduino/Melon-Language/wiki
7373| find-var | Find every variables |
7474| goto | goto start to loop infinitly or goto end to end the script much like return in C# |
7575| sleep | A thread based timer (Milliseconds) |
76- | import | Import other .mlf to your main.mlf |
76+ | importf | Import other .mlf to your main.mlf |
77+ | importl | imports any built-in library |
7778| quit | quit the console with a error code|
7879
80+ ### Graphics
81+ | Commands | Info |
82+ | ----------| ------|
83+ | println | prints a text then goes to a new line |
84+ | printf | prints a text |
85+
7986# Package System
8087Now melon has it's own package system called as Citrullus, you can create your own packages too with Citrullus API.
8188
You can’t perform that action at this time.
0 commit comments