-
-
Notifications
You must be signed in to change notification settings - Fork 1
Import
In melon there is 3 types of import importl, importf, importb
If you want to import libraries you can do that with importl (l - stands for library)
importl
graphics
If you want to import other melon files you can do that (f - stands for file) example: you have main.mlf and hello.mlf main.mlf
importf
hello
If you want to import binary file which has addresses to the melon you can do that
importb
It reads the file that is defined in output-name and output-format
Copyright (C) S Pradosh 2023 - Closed Source Project
Architecture and OS that Melon Supports
Setup Melon Language for Windows Terminal
Setup Melon Language for VSCode Terminal
Setup Environment CLI for Melon Language on Windows
Copy Paste: [](https://github.com/pradosh-arduino/Melon-Language/)