On Fri, Mar 20, 2009 at 10:31 PM, bearophile <[email protected]> wrote:
> Note that SPECS uses ^ := and = as in Pascal.
> Pointer syntax of Pascal is better, and the := = often avoid the C bugs like
> if(a = b).
Which isn't a problem in D ;)
> That can also offer a syntax for anonymous functions/delegates:
> {int x => x*x}
> {x => x*x}
> {{x => x*x}}
That's actually pretty nice.
