Skip to content

Input and Output

Output

Although there exists print(), we also have

io.write()

which defaults to stdout.

Input

for inputs, we have

io.read()