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