Rem For marks the start of a loop that uses an iterator to execute a section of code repeatedly. End Rem ' print 5 times table For i=1 to 12 Print "5*"+i+"="+5*i Next