home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Environments
/
Salsa 0.3
/
a
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-11
|
82 b
|
9 lines
|
[
TEXT/MSWD
]
def p()
{
for (5) for(k in 0..9) print(k);
}
def main()
{
for(50) thread p();
}