home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume2
/
basic
/
part4
/
bstest
/
tfor.bs
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1986-11-30
|
130 b
|
9 lines
5 for j% = 1 to 10
7 print itoa(j%);" ";
10 for i% = 1 to 10
20 print itoa(i%);" ";
30 next i%
32 print ""
35 next j%
50 end