Skip to content

Files

Latest commit

author
Pglapds
Jun 10, 2019
270f9d2 · Jun 10, 2019

History

History

io

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 10, 2019

& / IO




& / io.exit

void io.exit(int code)


& / io.read



& / io.write

size io.write(char input)
size io.write(string input)
size io.write(file target, char input)
size io.write(file target, string input)


& / io.pause