Skip to content

v2.8.0

Compare
Choose a tag to compare
@pradosh-arduino pradosh-arduino released this 05 Oct 14:53
· 37 commits to main since this release
ce5ffdd
  • Removed Old If Condition

  • Added ++ use like this

hello++

Added -- use like this

hello--
  • Removed a bug where the git version shows up

  • Implemented that if can check for values also like

if(hello == 3E)

if-end
  • if you want to check with other variables then you need to do
if(hello == {world})

if-end
  • Implemented that you can cast variables to for loops like
for i={test}; i-{testbro}; i=+1

fo-end
  • Implemented casting in calc
calc
2*3-{test}
  • Fixed a bug where the color of the foreground doesn't reset while running write-var
  • Fixed a bug with variables which are not disclosed due to exploitations of that bug or abusive
  • Implemented that you can delete multiple variables

from

delete hello
delete world

to

delete hello, world

Melon Language now supports Windows x86 and OS X

Now Melon Supports:

OS Compatibility Version
Windows 10, 10X, 11
Linux Any Distro
OS X 10.12 or above