Skip to content

Commits on Source 3

  • gambas's avatar
    Fix some spaces in source code. · a0af9b39
    gambas authored
    [GB.GEOM]
    * BUG: Fix some spaces in source code.
    a0af9b39
  • 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
  • gambas's avatar
    Forgot the new source file. · 05cc5ee6
    gambas authored
    [INTERPRETER]
    * BUG: Forgot the new source file.
    05cc5ee6
Loading