command/AUTO                                                     command/AUTO
 
 NAME
     AUTO -- Controls the automatic line numbering
 
 ABBREVIATION
     a <shift> U

 SYNOPSIS
     AUTO [<line>]

 FUNCTION
     Turns on the automatic line numbering feature which eases the job of 
     entering programs by typing the line numbers for you. As you enter each 
     program line and press <return> the next line number is printed on the 
     screen, with the cursor in position to begin typing that line. AUTO with
     no argument turns off auto line numbering, as does RUN.
 
 INPUTS
     <line> - increment between line numbers
 
 RESULT
     With argument turns on automatic line numbering.
     With no argument turns off auto line numering.

 EXAMPLES
     AUTO 10
         Automatically numbers line in increments of ten.

     AUTO 50
         Automatically numbers line in increments of fifty.

     AUTO
         Turns off automatic line numbering.
 
 NOTES
     This statement is executable only in direct mode.
 
 BUGS
     None
 
 SEE ALSO
     RUN