the while loop is used in many programming languages, but not in scratch. The while loop repeats until a certain condition is false. Press see inside to see what it means in Scratch. Ex: set [i v] to 0 while <(i) < 5> { say (item ((i) + 1) of [LIST v]) wait (1) seconds change [i v] by (1) }