Write a string to the standard output with no formatting.
The string is written verbatim to the standard output. Use disp
to
automatically append a newline character appropriate for the local machine.
Return a non-negative number on success and EOF on error.
See also: fputs, disp.
Package: octave