Difference between revisions of "GOSUB"
(Created page with "GOSUB is a DCL command that transfers control to a labeled subroutine in a command procedure without creating a new procedure l...") |
m |
||
Line 2: | Line 2: | ||
=Syntax= | =Syntax= | ||
GOSUB label | GOSUB label | ||
− | |||
− | |||
[[Category:DCL Commands]] | [[Category:DCL Commands]] |
Latest revision as of 15:25, 2 December 2019
GOSUB is a DCL command that transfers control to a labeled subroutine in a command procedure without creating a new procedure level.
Syntax
GOSUB label