LIST


list of debug lines

In ´débugging´ mode (see la commande yes debug):
LIST
     Listes the 20 current lines of the current function.
LIST n
     Lists line n of the current function.
LIST n1,n2
     Lists lines n1 to n2 of the current function.
LIST "fff"
     Lists the 20 first liges of the function named "fff".
LIST "fff",n
     Lists line n of the function named "fff".
LIST "fff",(n1,n2)
     Lists lines n1 to n2 of the function named "fff".