aboutsummaryrefslogtreecommitdiff
path: root/pkg/language/doc/bye.hlp
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/language/doc/bye.hlp
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/language/doc/bye.hlp')
-rw-r--r--pkg/language/doc/bye.hlp26
1 files changed, 26 insertions, 0 deletions
diff --git a/pkg/language/doc/bye.hlp b/pkg/language/doc/bye.hlp
new file mode 100644
index 00000000..566b419e
--- /dev/null
+++ b/pkg/language/doc/bye.hlp
@@ -0,0 +1,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