Source code

Revision control

Copy as Markdown

Other Tools

10 FOR X = 1 TO 100
20 PRINT X, SQR(X)
30 NEXT X
40 END