#lang basic-demo-2 10 for a = 1 to 3 20 print a 21 for b = 103 to 101 step -1 22 print b 23 next b 30 next a 40 print "yay"