-
-
Notifications
You must be signed in to change notification settings - Fork 1
File Commenting
S Pradosh edited this page Oct 23, 2022
·
3 revisions
There is only single line comments in melon language and it is done by typing //
for comments
- Example
{
// We are importing a library
importl
graphics
}
Melon Language does NOT allow comments in side of the code
{
importl // we use this to import library in melon
graphics
}
DON'T WORK! ^^
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/)