new




10 cls
20 for j=0 to 15
30 print@j*32, inp(j+32);
40 next
50 goto 20
