Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,14 +0,0 @@
|
|||
with Ada.Command_line; use Ada.Command_Line;
|
||||
with Ada.Text_IO; use Ada.Text_IO;
|
||||
|
||||
procedure Print_Commands is
|
||||
begin
|
||||
-- The number of command line arguments is retrieved from the function Argument_Count
|
||||
-- The actual arguments are retrieved from the function Argument
|
||||
-- The program name is retrieved from the function Command_Name
|
||||
Put(Command_Name & " ");
|
||||
for Arg in 1..Argument_Count loop
|
||||
Put(Argument(Arg) & " ");
|
||||
end loop;
|
||||
New_Line;
|
||||
end Print_Commands;
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
with Ada.Wide_Wide_Text_IO;
|
||||
|
||||
with League.Application;
|
||||
with League.Strings;
|
||||
|
||||
procedure Main is
|
||||
begin
|
||||
for J in 1 .. League.Application.Arguments.Length loop
|
||||
Ada.Wide_Wide_Text_IO.Put_Line
|
||||
(League.Application.Arguments.Element (J).To_Wide_Wide_String);
|
||||
end loop;
|
||||
end Main;
|
||||
Loading…
Add table
Add a link
Reference in a new issue