func_system_readstdin.rst 355 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_system_readstdin:
  2. =========
  3. ReadStdin
  4. =========
  5. ReadStdin -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ReadStdin$()
  10. Read a string from stdin
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. A string read from stdin. The newline terminator, if any, is included in the returned string.
  16. Examples
  17. ========
  18. See Also
  19. ========