CALL Statement

The CALL statement is used to call SUB Programs.

  • Syntax:
    • CALL SUB program name (argument list)
For Example (click)