I propose mandatory spaces before and after assignment: ``` set a = 1 for i = 1:1:10 { ``` Instead of current: ``` for i=1:1:10 ```