proc.x
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
