Interface Input
access this type via: io.Input (provides, requires or uses)
Read user input, typically from a command-line interface.
Functions
char[] readln()
char[] readlnSecret()
char[] readln()
Wait for a line of user input and return it (e.g. when the user has pressed enter).
char[] readlnSecret()
Wait for a line of user input and return it, masking the user's input characters (e.g. for password entry).