home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Shareware Magazine 1996 December
/
CD_shareware_12-96.iso
/
DOS
/
Programa
/
AGSPC1B2.ZIP
/
DEBUG_.PPS
< 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
|
1996-07-30
|
202 b
|
17 lines
; Demonstration of the debug procedure (library DEBUG.LIB)
#ppe
#libpath ..\..\lib
#use debug
Int A
Cls
Color @X0B
For A = 1 To 20
PrintLn "Hello, world"
Debug(A)
Delay 8
Next