2 lines
73 B
Ada
2 lines
73 B
Ada
msg : string := "hello world";
|
|
empty : string := ""; -- an empty string
|
msg : string := "hello world";
|
|
empty : string := ""; -- an empty string
|