Commits on Source 3
-
gambas authored
[GB.GEOM] * BUG: Fix some spaces in source code.
-
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.
-
gambas authored
[INTERPRETER] * BUG: Forgot the new source file.