 
  
    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, CALLS Statements (Non-BASIC Procedures)
  ◄Syntax►  ◄Details►  ◄Example►                 ◄Contents►  ◄Index►  ◄Back►
──────────────────────────────────────────────────────────────────────────────
CALL name [(call-argumentlist)]
name [call-argumentlist]
CALLS name [(calls-argumentlist)]
 
    ■ name                 The name of the non-BASIC procedure being called.
    ■ call-argumentlist    The variables, arrays, or expressions passed to
                           the procedure. For syntax, see Details.
    ■ calls-argumentlist   The variables or expressions CALLS passes to the
                           procedure. For syntax, see Details.
 
    ■ Use the CALL and CALLS syntax described above for invoking non-BASIC
      procedures. To invoke a BASIC procedure, see ◄CALL (BASIC)►.
 
See Also    ◄DECLARE (Non-BASIC)►