Rem Repeat executes the following section of code until a terminating condition is true. End Rem Repeat print i i:+1 Until i=5