Talk:Ada Programming/Libraries/Ada.Text IO
From Wikibooks, the open-content textbooks collection
[edit] Text I/O with Non-String Types
I don't see an example of outputting a variable which is not a string, for example, an integer. Is this something that Text_IO can handle? Put() and Put_Line() only seem to take strings.

