PROCEDURE
:
PROCEDURE
and ends with RETURN
.
PROCEDURE <name> <parameters> ... RETURN
PROCEDURE MYPROC <parameters> ... RETURN
STARTMACRO
line.
PROCEDURE MYPROC L:MYNUM[42] T:MYTABLE S:MYSTRING ... RETURN
RETURN
).Java Experts Take Note: |
---|
![]() PROCEDURE in a Macro and a Java
method are that a PROCEDURE does not return anything and it shares
variable-name-space with the rest of the macro.
|