LIST ==== Function -------- **LIST** causes HUNTER to list the program on the LCD screen. Syntax ------ LIST [line no1][-line no2] Examples -------- :: LIST 100- Lists from line 100 on the screen. If there is no line 100 it will LIST from the next line in sequence. Remark ------ LIST is optionally followed by a start line number and a finish line number, either of which may be omitted. If both are omitted the entire program will be listed.