Elementi C++ -a
Tok programa
...
loop: counter++;
// vrh petlje
cout << “counter: “ << counter << “\n”;
if ( counter < 5 )
// testira vrijednost
goto loop;
// skace na vrh
goto
labela