Lambda syntax, etc

bearophile bearophileHUGS at lycos.com
Tue Feb 10 09:58:04 PST 2009


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



More information about the Digitalmars-d mailing list