Input.readln

Retreive a line of text from the console and map it to the given argument. The input is sliced, not copied, so use .dup appropriately. Each line ending is removed unless parameter raw is set to true.

Returns false when there is no more input.

class Input
final
bool
readln
(,
bool raw = false
)

Meta