Closed blowfishpro closed 6 years ago
Resolves #107
So it turns out this caused a bug. If you have for instance @foo *= 2 then it will no longer parse * as an operator, instead thinking foo * is the entire value name
@foo *= 2
*
foo *
Resolves #107