On 3/23/14, 7:54 PM, Asman01 wrote:if(condition) x = 2, y = 3; // fine if(condition) f(),x=3; // ERRRORWhat do you think?Too quirky -- Andrei
True. I don't want to make a kind of C++
On 3/23/14, 7:54 PM, Asman01 wrote:if(condition) x = 2, y = 3; // fine if(condition) f(),x=3; // ERRRORWhat do you think?Too quirky -- Andrei
True. I don't want to make a kind of C++