Почему не работает цикл while в processing?

void play() {
while (true) {
background(0);
 }
}

Ответы (0 шт):