WLJS LogoWLJS Notebook

OutputStream

OutputStream["name", n] is an object that represents an output stream for functions such as Write.

Examples

Open and write to stream:

stream = OpenWrite["test.txt"]
(* OutputStream["test.txt", 3] *)

Check stream status:

Head[stream]
(* OutputStream *)

Please visit the official Wolfram Language Reference for more details.

On this page