with Text_IO; use Text_IO; procedure Hello3 is str: String := "Hello World !"; begin Put_Line(str); end Hello3;
This category contains 3 examples, and has been viewed 41899 times.