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.FlushAll procedure is used to flush any buffered output in any open file.
##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.FlushAll, not by calling FlushAll.