let szam = 0 for (let index = 0; index < 6; index++) { szam += 1 basic.showNumber(szam) basic.pause(500) } basic.clearScreen()