Closed bshea5 closed 3 years ago
A definition for a for loop using "IN" in all caps is converted into bad syntax, by concatenating the "IN" the following value. Example below:
for (var ieeetype IN Dictionary().ieeetypes) --> for (var ieeetype INDictionary().ieeetypes)
Thank you for the report. v0.15.12 is out now, and should fix this.
v0.15.12
A definition for a for loop using "IN" in all caps is converted into bad syntax, by concatenating the "IN" the following value. Example below:
for (var ieeetype IN Dictionary().ieeetypes) --> for (var ieeetype INDictionary().ieeetypes)