teal-language / tl

The compiler for Teal, a typed dialect of Lua
MIT License
2.12k stars 107 forks source link

fix io.write & file:write signature #702

Closed fperrad closed 1 year ago

fperrad commented 1 year ago

quoted from https://www.lua.org/manual/5.4/manual.html#pdf-file:write

Writes the value of each of its arguments to file. The arguments must be strings or numbers.

github-actions[bot] commented 1 year ago

Teal Playground URL: https://702--teal-playground-preview.netlify.app

hishamhm commented 1 year ago

Thank you! TIL!