Kagamin: > There is no error here, since there's no <- operator, the construct is unabiguous, it just looks weird. In Fortress the syntax of this expression is OK: x + 2 * 3 x + 2*3 This is a syntax error, because the spaces are misleading: x+2 * 3 Bye, bearophile