bas7qck.hlp (Table of Contents; 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.
CALL Statement (BASIC Procedures)
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
CALL name [(argumentlist)]
name [(argumentlist)]
 
    ■ name            The name of the BASIC SUB being called.
    ■ argumentlist    The variables or constants passed to the SUB;
                      multiple arguments are separated by commas.
 
See Also    DECLARE    SUB...END SUB    Absolute
            CALL, CALLS (Non-BASIC)       Interrupt, InterruptX