From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/language/doc/bye.hlp | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pkg/language/doc/bye.hlp (limited to 'pkg/language/doc/bye.hlp') 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 -- cgit