#set TITLE = "proc trailer"
#include top

.SH DESCRIPTION
\fBproc trailer\fR allows plotting data to be given 
at the end of a script file.
This may be useful in order to "get the data out of the way",
or when generating script files programatically.
\fBproc trailer\fR should be the last proc used in a control
file.  
It is referenced from a \fBproc getdata\fR using the
\fB#intrailer\fR control directive.
.LP
Notes: 1) there may be only one trailer per script file.
2) No flow of control directives may be embedded in trailer data.
Comments are ok.
.LP


.SH ATTRIBUTES
\fBdata\fR 
.ig >>
<a href="attributetypes.html#text">
.>>
\fI multiline-text \fR
.ig >>
</a>
.>>
.IP
Literal specification of the data.

.SH EXAMPLE
.LP
.nf
.ft C
\0#proc getdata
\0#intrailer

\fIother #procs, etc.\fR

\0#proc trailer
Data:	0.3 0.5 2.3
	3.5 9.4 1.4
	\fI..etc..\fR
\fIend of file\fR
.LP
A gallery example of where this is used is
.ig >>
<a href="../gallery/km.htm">
.>>
km 
.ig >>
</a>
.>>

#include bottom
