Skip to content

Commit 8d1e727

Browse files
committed
random examples
1 parent a0e3c0f commit 8d1e727

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/rnd.bas

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
5 R=RND(-1)
2+
10 FOR I = 1 TO 10
3+
20 PRINT INT(RND(0)*6)
4+
30 NEXT I
5+
40 END

0 commit comments

Comments
 (0)