diff options
Diffstat (limited to 'ext/ply/example/BASIC/rand.bas')
-rw-r--r-- | ext/ply/example/BASIC/rand.bas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ply/example/BASIC/rand.bas b/ext/ply/example/BASIC/rand.bas new file mode 100644 index 000000000..4ff7a1467 --- /dev/null +++ b/ext/ply/example/BASIC/rand.bas @@ -0,0 +1,4 @@ +10 FOR I = 1 TO 20 +20 PRINT INT(10*RND(0)) +30 NEXT I +40 END |