home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
tipi
/
calltest.tpi
< 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
|
1993-09-15
|
173 b
|
16 lines
# CALLTEST.TPI
define wait
begin key until
enddef
"This is the first program" print$ cr
wait
"TIPI.COM" " pixel.tpi"
call
"Now we're back!" print$
wait