123456789101112131415161718192021222324252627282930313233 |
- .. _func_system_readstdin:
- =========
- ReadStdin
- =========
- ReadStdin -
- Description
- ===========
- .. code-block:: blitzmax
- ReadStdin$()
- Read a string from stdin
- Parameters
- ==========
- Return Values
- =============
- A string read from stdin. The newline terminator, if any, is included in the returned string.
- Examples
- ========
- See Also
- ========
|