Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,9 +0,0 @@
|
|||
with Ada.Text_IO; use Ada.Text_IO;
|
||||
|
||||
procedure String_Concatenation is
|
||||
S1 : constant String := "Hello";
|
||||
S2 : constant String := S1 & " literal";
|
||||
begin
|
||||
Put_Line (S1);
|
||||
Put_Line (S2);
|
||||
end String_Concatenation;
|
||||
Loading…
Add table
Add a link
Reference in a new issue