Format: printline [ count [line] ]
Prints count lines, starting at the line number line. If count is not specified, one line is printed. If line is not specified, then the current line is the starting point. The current line is updated to the last line printed after this command is executed, which will change the source display if in GUI mode.
Simply typing a line number also prints out that line in non-GUI mode.