home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
MADTRB9.ZIP
/
FREE.PAS
< 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
Pascal/Delphi Source File
|
1985-12-12
|
123 b
|
9 lines
Program Free;
{$I Free.inc }
begin
clrscr;
gotoxy(1,24);
write('Memory available on disk: ');
showfree;
end.