Skip to content

Latest commit

 

History

History

io

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

& / 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