-
-
Notifications
You must be signed in to change notification settings - Fork 1
Advanced Calculation
S Pradosh edited this page Oct 23, 2022
·
3 revisions
Lets say you want to calculate 48*24-6+2
No need of calculator just type this is CLI
> calc
48*24-6+2
48*24-6+2 = 1148
- To calculate in
.mlf
files
calc
4334*33
- Calculation also supports casting
calc
{hexvar}*2
- if you want to save the value to another variable
<nameOfVar> = {calc_output}
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/)