blob: 566b419e2c20eed3b410b37a848c6246e4b4c3e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
.help bye Feb86 language
.ih
NAME
bye -- terminate task execution
.ih
USAGE
bye
.ih
DESCRIPTION
The \fIbye\fR 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.
.ih
EXAMPLES
1. The most common usage of \fIbye\fR occurs when it is typed by the user to
exit a package; in this case, \fIbye\fR terminates the package script task.
.nf
cl> plot
pl> bye
cl>
.fi
.ih
SEE ALSO
clbye, return
.endhelp
|