// go! while( true ) { // advance time .5::second => now; // maybe true, maybe false... if( maybe ) continue; // skip to top of loop // this only prints if we didn't reach "continue" above <<< "discontinued", "" >>>; }