Futurebasic/Language/Reference/universalproc
Syntax
UNIVERSALPROC
Description
The UNIVERSALPROC statement works identically to the UNIVERSALFN function, except that it should only be used to call routines which don't return any value. The parameters of UNIVERSALPROC are interpreted the same way as the parameters of UNIVERSALFN.
See Also
UNIVERSALFN; CALL