fun skip(n: Int = 1): Unit
Skips the next n tokens of input.
NoMoreLinesToReadException - if there is no more lines to read
NoMoreLinesToReadException
InputParsingException - if an error occurs while reading the input
InputParsingException