Talk:Ada Programming/Input Output

Wording regarding Flush

Hi @Cngimenez:

I think this quote needs a better wording. I know what you mean, but I think it is nor properly expressed:

For instance, it is recommended to add a Flush instruction when printing a message on screen for the user with Put or Put_Line, and the string are not always completely printed on screen because of continuous processing.

For example, this what I think you mean expressed in a way I find more understandable:

For instance, when printing a message on screen for the user with Put or Put_Line, if the output is not always completely printed, because of continuous processing, then it is recommended to add an invocation to Flush. ManuelGR (discusscontribs) 17:13, 29 March 2025 (UTC)
Hi!
Yes! I wrote it twice but still not sure... I think the way you explained it's more understandable.
Thanks! Cngimenez (discusscontribs) 19:30, 29 March 2025 (UTC)