!7 p-exp { temp CloseableIterableIterator it = iterate_progressWindow(iotaList(100)); for (int i : it) { print(i); sleep(100); } }