3 lines
77 B
Ada
3 lines
77 B
Ada
|
|
Str : String := "Hello World";
|
||
|
|
Length : constant Natural := Str'Size / 8;
|