Home
Random
Log in
Settings
Donations
About Wikibooks
Disclaimers
Search
Ada Programming/Attributes/'Read
Language
Watch
Edit
<
Ada Programming
|
Attributes
This page may need to be
reviewed
for quality.
Description
edit
Reads the value of X from Stream.
Example
edit
S
’
Read
(
Stream
:
access
Ada
.
Streams
.
Root_Stream_Type
’
Class
;
X
:
out
T
)