Skip to content
  • gambas's avatar
    OPEN NULL is a new syntax that opens a null stream. · 3e0398db
    gambas authored
    [INTERPRETER]
    * NEW: OPEN NULL is a new syntax that opens a null stream. Reading always returns end of file, and writing does nothing except advancing the file pointer, allowing to know how many bytes were written.
    
    [COMPILER]
    * NEW: OPEN NULL is a new syntax that opens a null stream.
    3e0398db
Loading