função chaseDream(dream) { distância = infinito; enquanto (distância > 0) { take_one_tiny_step(); se (cair) { laugh_at_how_cute_that_trip_was(); get_up(); } if (someone_laughs_at_you) { blow_them_a_kiss(); keep_running(); } distância -= 1; }