Instructions: openoutopenout <filename>
Instructions: openoutopenout #<number>, <filename>
Instructions: openOpen Text functions: file Instructions: filefile Operators: Boolean Or with Variable "||=" Operators: Bitwise Or with Variable "|=" Operators: Bitwise Or "|" Operators: Boolean Or "||"or stream for writing.
Flow control: if … then Flow control: try … thenThe default stream is Constants: stdoutstdout which should be changed by supplying another stream Glossary: number, num_valnumber with #<number>. <filename> must be a Glossary: text, text_valtext value. Flow control: if … then Flow control: try … thenThe filename can be a full Operators: Boolean Or with Variable "||=" Operators: Bitwise Or with Variable "|=" Operators: Bitwise Or "|" Operators: Boolean Or "||"or partial path Operators: Boolean Or with Variable "||=" Operators: Bitwise Or with Variable "|=" Operators: Bitwise Or "|" Operators: Boolean Or "||"or can start with '~' for Flow control: if … then Flow control: try … thenthe user's home directory. Though you should Operators: Bitwise Not "~" Operators: Boolean Negation "!"not Flow control: do … loopdo so, you can Instructions: openopen a stream for Constants: stdinstdin, Constants: stdoutstdout Operators: Boolean And with Variable "&&=" Operators: Bitwise And with Variable "&=" Operators: Bitwise And "&" Operators: Boolean And "&&"and Constants: stderrstderr even in Modes of Operation: Interactive Shellinteractive shell mode. Flow control: if … then Flow control: try … thenThe shell's line editor uses a private copy of Constants: stdinstdin so that you are Operators: Bitwise Not "~" Operators: Boolean Negation "!"not suddenly left alone in Flow control: if … then Flow control: try … thenthe dark.
|