Apologies if this is the wrong repo, didn't know where else to put it.
On GMLive.js I tried the following snippet:
var c = 0;
var c = "b" + "a" + (-"a") + "a";
trace(c);
Running that snippet causes baNaNa to get printed.
However, the GM compiler doesn't actually compile this:

GMLive should thus also fail and cause an error.
Apologies if this is the wrong repo, didn't know where else to put it.
On GMLive.js I tried the following snippet:
Running that snippet causes

baNaNato get printed.However, the GM compiler doesn't actually compile this:
GMLive should thus also fail and cause an error.