proc.go

Command/PROC, Releases:

Goto statement label.

Syntax

g{o} statement.label g{o} aparameter.number

Description

transfers program control to another PROC statement.
The first form transfers control to the specified statement label. The second form is an indirect transfer, according to the value of the label, as extracted from a parameter in the input buffer

Example

go 99
Transfer control to PROC statement with label 99.

go a4
Transfer control to the PROC label that matches the fourth parameter in the
active PROC input buffer.

See Also

Command Name Type Description
proc Definition List of PROC subjects.
primary.input.buffer Definition Description of Primary Input Buffer.
sib Definition Description of Secondary Input Buffer.
proc.sp Command Select primary input buffer.
proc.ri Command Reset input buffers.
proc.ss Command Selects secondary input buffer.
basic.go.to Statement Transfers execution to statement label.
proc.g Command Goto statement label.
proc.if Command If..then conditional.
ue.01a2 User Exit 'n'-way branch.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.