StandardInput -- an ISTREAM for reading the standard input |
Syntax |
StandardInput(): ISTREAM |
Description |
Example |
/**/ UserInput := StandardInput(); /**/ str := GetLine(UserInput); Hello /**/ println "The input was: ", str; The input was: Hello |
See Also |