CALL - a statement that transfers control to another procedure, a BASIC SUB Syntax CALL name[(argumentlist)] - name is the name of the SUB - argumentlist lists the variables or constants passed to the SUB See Also Other Uses - to transfer control to a procedure written in another language - to transfer control to a machine-language procedure - to perform a DOS system call