proc.x

Command/PROC, Releases: AP and R83

Terminates PROC.

Syntax

x {text}

Description

serves two purposes. In a 'mainline' (PROC) routine, it functions as a 'stop' command and halts the PROC. In a 'subroutine', it acts as a 'return' statement, and returns control to the next executable line after the one which invoked it.

See Also

Command Name Type Description
proc.linkages Definition Linking to other procs.
proc.px Command Process output buffer(s) and exit to TCL.
proc Definition List of PROC subjects.

User Comments

What do you think?

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

Login to leave your comments.