Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

This is an old revision of the document!


CALL

Since version 0.9

Syntax:

call <proc_name> [(<argument1>, <argument2>, ...)]

The CALL command calls a procedure.

proc_name is the identifier of a previously defined procedure. The argument list is optional.

See PROC ... ENDPROC for more information and examples.