Futurebasic/Language/Reference/universalproc

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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