home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
tutil.arc
/
COM.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1980-01-01
|
183 b
|
11 lines
program com(output);
var
comline : String[128] absolute cseg:$0080;
begin
writeln;
writeln('This was the command line parameters');
writeln('{',comline,'}')
end.