v2.7.3
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