28.06.2013, 23:17
How do I use operator ':?' ?
Lets say I have this code :
How can I short it using ':?' ?
Thanks alot :)
Lets say I have this code :
Code:
if(StartRountCount)StartRountCount=false; else StartRountCount=true;
Thanks alot :)