Cosmo/examples
CPunch b3587f48a2 added os.open(); new file object
eg.
```lua
local err, file = os.open("LICENSE.md")
if err then
    // do error handling stuff
end

// passing "a" to read() will read the whole file
print(file:read("a"))
```
2023-09-05 14:38:24 -05:00
..
break.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
compare.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
fibtest.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
getters_setters.cosmo forgot to update this a while back 2023-05-28 21:16:30 -05:00
increment.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
iterator.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
reader.cosmo added os.open(); new file object 2023-09-05 14:38:24 -05:00
stress.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
strings.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
test.cosmo fix this test script 2023-08-29 16:51:04 -05:00
test.lua moved examples to examples folder 2020-11-13 17:50:55 -06:00
testsuite.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
tostring.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
variadic.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00