Difference between revisions of "JUMP"

From ICE Enterprises
Jump to navigation Jump to search
(Invoke a macro PROCEDURE or SUBROUTINE)
 
(No difference)

Latest revision as of 18:05, 27 April 2020

Invoke a macro PROCEDURE or SUBROUTINE

<NAME>     Procedure or Subroutine to call
<arg 1:N>  Optional arguments

Alias of CALL to enable easier porting of X-Midas macros/applications. Semantics
are identical to CALL, except a deprecation warning is printed. CALL should be
used in all new development.
 
Switches:
  /BG  - execute a SUBROUTINE in a background thread

SEE ALSO:  CALL