qbasic.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
New SUB Command
Use to create a SUB procedure.
 
Enter a name for the procedure in the New SUB dialog box.
QBasic inserts SUB and END SUB statements for the
procedure and displays it in the View window.
 
If you want to view or edit other parts of the program,
use the SUBs command from the View menu (or press F2).
 
Tip: You can also create a SUB procedure by using the
     QBasic keyword SUB.