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 FUNCTION Command
Use to create a FUNCTION procedure.
 
Enter a name for the procedure in the New FUNCTION dialog
box. QBasic inserts FUNCTION and END FUNCTION 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 FUNCTION procedure by using
     the QBasic keyword FUNCTION.