You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Description
The Stream.Flush procedure is used to flush any buffered output associated with the streamNumber parameter.
##Details
Turing automatically flushes any buffered output when a stream is closed. Turing also automatically closes any open files when execution is terminated.
##Status
Exported qualified.
This means that you can only call the function by calling Stream.Flush, not by calling Flush.