bye: Exit a task or package

Package: language

Usage

bye

Description

The bye command terminates the task from which it is executed. This is exactly equivalent to the CL reading end of file (EOF) when executing a task.

Examples

1. The most common usage of bye occurs when it is typed by the user to exit a package; in this case, bye terminates the package script task.

cl> plot
pl> bye
cl>

See also

clbye, return