.. _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 ========