Skip to content

v2.7.3

Compare
Choose a tag to compare
@pradosh-arduino pradosh-arduino released this 10 Sep 10:29
· 48 commits to main since this release
84ef01c

a bug was found while running a script, if we run a script and already have a variable exist with the name it shows an error Error: Variable with this name already exists! but it continues the code
Implemented better if conditions used like this

if(test != hello)

if-end

Fixed a bug where we can't use _ in variable name
Implemented Incrementing variables now you can use =+ to increment example:

hello =+ 1

Slowly some bugs are getting solved, if you find some bugs please create a issue

Edit 1: Changed Melon-Language zip file