|
|
|
@ -514,10 +514,9 @@ The keyword `in` is used consistently instead of `∈` and `=` in `for` loops. E |
|
|
|
+for i in 1:2 |
|
|
|
+for i in 1:2 |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
#### Potential changes |
|
|
|
Note that `∈` not replaced when used as an operator outside of loop contexts in |
|
|
|
- Since `∉` exists the formatted code may become asymmetric, when both `∈` and `∉` are |
|
|
|
order to be symmetric with `∉` which doesn't have a direct ASCII equivalent. |
|
|
|
used, since `∉` is left alone and not replaced by e.g. `!(...)`. See discussion in issue |
|
|
|
See [#17](https://github.com/fredrikekre/Runic.jl/issues/17) for more details. |
|
|
|
[#17](https://github.com/fredrikekre/Runic.jl/issues/17). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Braces around right hand side of `where` |
|
|
|
### Braces around right hand side of `where` |
|
|
|
|
|
|
|
|
|
|
|
|