Open ldemailly opened 2 months ago
it parses as
== Parse ==> (m.(x++))
which is why it doesn't work as it would increment an unrelated variable but actually just uses "x++" as the string key
also
discord.state[idx] = "abc" <err: index assignment to non identifier: DOT:".">
it parses as
== Parse ==> (m.(x++))
which is why it doesn't work as it would increment an unrelated variable but actually just uses "x++" as the string key