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