diff options
Diffstat (limited to 'third_party/python/ply/example/BASIC/rand.bas')
-rw-r--r-- | third_party/python/ply/example/BASIC/rand.bas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/python/ply/example/BASIC/rand.bas b/third_party/python/ply/example/BASIC/rand.bas new file mode 100644 index 0000000000..4ff7a14670 --- /dev/null +++ b/third_party/python/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 |