Return the next line available from the console, or null when there is nothing available. The value returned is a duplicate of the buffer content (it has .dup applied).
Each line ending is removed unless parameter raw is set to true.
See Implementation
Return the next line available from the console, or null when there is nothing available. The value returned is a duplicate of the buffer content (it has .dup applied).
Each line ending is removed unless parameter raw is set to true.