2 lines
47 B
Ada
2 lines
47 B
Ada
Src : String := "Hello";
|
|
Dest : String := Src;
|
Src : String := "Hello";
|
|
Dest : String := Src;
|