IO is the base for all input/output in Ioke.

Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
kind = "IO"
Active cells (details)
print(object)

Prints a text representation of the argument to the current IO object

println(object nil)

Prints a text representation of the argument and a newline to the current IO object

read()

tries to read as much as possible and return a message chain representing what's been read