Update to ply 2.3
[gem5.git] / ext / ply / example / BASIC / rand.bas
1 10 FOR I = 1 TO 20
2 20 PRINT INT(10*RND(0))
3 30 NEXT I
4 40 END