en:docs:dos:cmd:basic:auto

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:docs:dos:cmd:basic:auto [2024/04/14 10:54] – created prokusheven:docs:dos:cmd:basic:auto [2024/06/06 12:13] (current) prokushev
Line 4: Line 4:
  
 <code basic> <code basic>
-AUTO [start [, increment]]+AUTO [start|.][, [increment]]
 </code> </code>
  
 ===== Description ===== ===== Description =====
  
-Automatic line numbering for manual program entry.  If the line already exists, then an+Automatic line numbering for manual program entry. If the line already exists, then an
 asterisk is displayed and pressing ENTER leaves the line as-is.  If the line does not asterisk is displayed and pressing ENTER leaves the line as-is.  If the line does not
-exist, then an asterisk is not displayed and pressing ENTER terminates AUTO mode.  +exist, then an asterisk is not displayed and pressing ENTER skips to next line.  
-Regardless whether the line exists, entering the command MAN will terminate AUTO mode.  +AUTO mode is terminated by any ERROR or by pressing Control-C
-AUTO mode is also terminated by any ERROR or by pressing control-C.+ 
 +If start argument omitted, then 10 used as default. Dot means usage of last entered line in auto mode. 
 + 
 +If increment argument omitted, then 10 used as default.