Ver originalfirst = true; bucle(){ if(first){ first = false; //do first thing } else{ //do other things }}