view ply-3.8/example/BASIC/rand.bas @ 11576:6b12f8d450c9 draft

<shachaf> learn This page is under construction.
author HackEso <hackeso@esolangs.org>
date Sun, 17 Jun 2018 21:19:02 +0100
parents 343ff337a19b
children
line wrap: on
line source

10 FOR I = 1 TO 20
20 PRINT INT(10*RND(0))
30 NEXT I
40 END