Skip to content
  • gambas's avatar
    Fix the behaviour of standard input, end of file and stream read watches. · cba7b188
    gambas authored
    [INTERPRETER]
    * NEW: Standard input is not supposed to be always available for reading.
    * NEW: Watching a stream for reading is stopped as soon as reading ahead returns end of file.
    * NEW: Eof() now immediately returns TRUE if a previous read ahead has reached end of file.
    cba7b188