ioPlanned
Input and output. io.println(value) prints a value.
The standard modules are not yet implemented. Today only the io.println built-in is available directly.
Input and output. io.println(value) prints a value.
Mathematical functions and constants.
Operating-system facilities.
io.println is the one built-in available today; the rest of io is planned.Modules are pulled in with import. The statement is parsed today; loading will arrive with the modules themselves.
import io
import math