view ply-3.8/example/BASIC/sqrt2.bas @ 12335:040020ba3072 draft

<int-e> learn The password of the month is peeping Tom.
author HackEso <hackeso@esolangs.org>
date Mon, 01 Jun 2020 00:25:46 +0000
parents 343ff337a19b
children
line wrap: on
line source

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