12345678910111213141516171819202122232425262728293031323334 |
- .. _func_system_writestderr:
- ===========
- WriteStderr
- ===========
- WriteStderr -
- Description
- ===========
- .. code-block:: blitzmax
- WriteStderr( str$ )
- Write a string to stderr
- Writes @str to stderr and flushes stderr.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|