if(int a = 0) lowered to "if (int a = (int a = 1;) , a)" ?
Alex
sascha.orlov at gmail.com
Wed Aug 8 13:20:42 UTC 2018
On Wednesday, 8 August 2018 at 13:13:24 UTC, aliak wrote:
>
> Go here https://run.dlang.io/is/tJ4vXm and click on the AST
> button :) It shows you what the code turns in to after all the
> semantic passes.
Yeah... no... I'm aware of this cool thing ))
I thought you have a hidden source of knowledge, where all
available transformations back and fore are specified, somehow...
))
More information about the Digitalmars-d-learn
mailing list