home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
PASCAL
/
KRTOOL.ZIP
/
OS-OTHER.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1989-10-19
|
384 b
|
11 lines
{ OS-CPM86.PAS }
{ put all operating system-dependent routines here }
procedure listcat;
{ List file names on standard output }
{ not yet implemented for this OS }
begin
ERROR('list: not implemented on this operating system');
end;