| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
STD:Print
The STD:Print module lets a Bunao script write to standard output
(stdout) or standard error (stderr) on Unix systems.
Unless you tell your shell to redirect the output of your Bunao script
(for example, in csh with `script > myoutput', both of these
will normally just write to the screen.
Use the Output stream combobox to enter the stream
(see section STD_Stream) to write to,
or select either Standard Error or Standard
Output. Standard output is written by default. Enter the string to
write in the Data text box. Remember to enclose literal constants
in double quotes (`"'), or they will be interpreted as Bunao
variables.
See Soft vs. Hard Newlines, for notes on entering line breaks in text boxes.
STD:Print user interface:

module attribute list:
| Attribute | Type | Default | Description |
dest |
streamstdoutstderr
| `stdout' | stream to write to |
text |
expression | (blank) | text to write |