Skip to content
Brain edited this page Apr 28, 2023 · 4 revisions

PROC

PROCname(expression,...)

Call a procedure. The variables or expressions passed must match the type and number specified where the procedure was defined. When complete, the procedure will return to the statement after where it was called.

Clone this wiki locally