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