On 2013-11-19 16:56, Andrei Alexandrescu wrote:You're not operating with the correct definitions of "expression" and"statement".I would consider this a statement: https://github.com/jacob-carlborg/dstep/blob/master/dstep/translator/Translator.d#L285..L286And this an expression: https://github.com/jacob-carlborg/dstep/blob/master/dstep/translator/Translator.d#L288
http://dlang.org/statement.html#ExpressionStatement David
