Saturday, August 29, 2020

while(true) { } = "forever loop"

this is the same as saying:

while (2==2)
{

}


No comments:

Post a Comment