bearophile Wrote: > Kagamin: > > auto r = find(range, {a -> a.Weight <- 100}); > > Take a look at how the Fortress language manages spaces inside expressions. It can find a syntax error there, because the spacing is misleading. There is no error here, since there's no <- operator, the construct is unabiguous, it just looks weird.