( --> )
int Related Methods
Message Forms
- IO.read_int() --> <int>
- IO.print(<int>)
- IO.println(<int>)
Object Behaviors
- IO reads the next token from the standard input
stream, and tries to interpret it as an <int>.
- IO prints the given int to the standard
output stream.
- IO prints the given int to the standard
output stream, followed by a new line command.