Counter (0-10)

Iteration number


for (i=0; i<10; i++)
{
    display.innerText = i;
    yield Snippet.Delay(500);
}