◄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►