home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 19
/
AACD19.BIN
/
AACD
/
Programming
/
YAEC
/
testsrc
/
for.e
< prev
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
|
2001-02-23
|
146 b
|
10 lines
PROC main()
DEF a, b, c
FOR a := 0 TO 500
FOR b := 0 TO 1000
FOR c := 0 TO 50
ENDFOR
ENDFOR
ENDFOR
ENDPROC