function repeat() {

eat();

sleep();

code();

repeat();

}