+ 2
yes, you can do it for example: while(true) { //some code } it is same as; for(;;) { //some code }
3rd Jul 2018, 1:07 PM
MaxPal
MaxPal - avatar