Futurebasic/Language/Reference/universalproc
Appearance
(Redirected from Futurebasic/language/reference/universalproc)
Syntax
[edit | edit source]UNIVERSALPROC
Description
[edit | edit source]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
[edit | edit source]UNIVERSALFN; CALL