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