Update to ply 2.3
[gem5.git] / ext / ply / example / BASIC / sqrt2.bas
1 10 FOR X = 1 TO 100
2 20 PRINT X, SQR(X)
3 30 NEXT X
4 40 END