declare
ACTION: declare a procedure with its prototype (may be external or declared in advance)
EXAMPLE:
declare fun(float a,b,c,d) as float
declare function fun(float a,b,c,d) as float

REMARKS: There is a wide range of options for Declare statements. Please look at the examples and header files.

RELATED: ! library lib alias dim