Jump to content

Ada Programming/Attributes/'Output

From Wikibooks, open books for an open world

Description

[edit | edit source]

Writes the value of X to Stream, including any bounds or discriminants.

Example

[edit | edit source]
SOutput (Stream:access Ada.Streams.Root_Stream_TypeClass;X)