Skip to content

Commit f04e2c8

Browse files
Update README.md
1 parent dc8b601 commit f04e2c8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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
8087
Now melon has it's own package system called as Citrullus, you can create your own packages too with Citrullus API.
8188

0 commit comments

Comments
 (0)