@ -514,10 +514,9 @@ The keyword `in` is used consistently instead of `∈` and `=` in `for` loops. E
@@ -514,10 +514,9 @@ The keyword `in` is used consistently instead of `∈` and `=` in `for` loops. E
+for i in 1:2
```
#### Potential changes
- Since `∉` exists the formatted code may become asymmetric, when both `∈` and `∉` are
used, since `∉` is left alone and not replaced by e.g. `!(...)`. See discussion in issue