Cross Reference: rand.bas
xref
: /
gem5
/
ext
/
ply
/
example
/
BASIC
/
rand.bas
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/gem5/ext/ply/example/BASIC/
1
10
FOR
I =
1
TO
20
2
20
PRINT
INT
(
10
*
RND
(
0
))
3
30
NEXT
I
4
40
END
5