We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e3c0f commit 8d1e727Copy full SHA for 8d1e727
examples/rnd.bas
@@ -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