Input and Output
Output
Although there exists print()
, we also have
io.write()
which defaults to stdout
.
Input
for inputs, we have
io.read()
Although there exists print()
, we also have
io.write()
which defaults to stdout
.
for inputs, we have
io.read()