for aa=0 to 20 step 5
for a= 1  to  2
	print "a="+a
	print "aa="+aa
next a
next aa
