FlatLang / Flat

(Deprecated) Soon-to-be legacy Flat compiler all in one
6 stars 0 forks source link

Update numeric range operator to encapsulate arithmetic #390

Open BSteffaniak opened 7 years ago

BSteffaniak commented 7 years ago

e.g. for (x in 0..x + 1) would be same as for (x in 0..(x + 1))