Skip to content
S Pradosh edited this page Oct 5, 2022 · 2 revisions

In melon there is 3 types of import importl, importf, importb

importl

If you want to import libraries you can do that with importl (l - stands for library)

importl
graphics

importf

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

importb

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

πŸ‰ Melon Language Wiki

πŸ˜‰ Simple, πŸ’Ύ Low Level, πŸ‘¨β€πŸ’» PPL


Requirements

[External] Git

[External] C# Runtime

Architecture and OS that Melon Supports

Coding & Learning

Getting Into the coding

Variables

Advanced Calculations

Casting and Incrementing

Timers

Compilation

Loops and Goto

Functions

Conditions

File System

User Input

Importing Files and Library

Graphics

Package System

Configuration

Setup OS X for Melon Language

Setup Melon Language for Windows Terminal

Setup Melon Language for VSCode Terminal

Setup Environment CLI for Melon Language on Windows

Other

Downloads History

✨ WOW! You are at the end! now you are a Melon πŸ‰ programmer! Claim your badge!

Melon

Copy Paste: [![Melon](https://nuag9x4nt640.runkit.sh)](https://github.com/pradosh-arduino/Melon-Language/)

Clone this wiki locally