Home | History | Annotate | Download | only in BASIC
      1 10 FOR X = 1 TO 100
      2 20 PRINT X, SQR(X)
      3 30 NEXT X
      4 40 END
      5