File: endproc.html

package info (click to toggle)
ploticus 2.0.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,696 kB
  • ctags: 2,035
  • sloc: ansic: 40,100; perl: 456; sh: 186; makefile: 129
file content (88 lines) | stat: -rw-r--r-- 2,171 bytes parent folder | download | duplicates (4)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html>
<head>
<!-- This file has been generated by unroff 1.0, 06/18/01 08:35:36. -->
<!-- Do not edit! -->
<STYLE TYPE="text/css">
<!--
        A:link{text-decoration:none}
        A:visited{text-decoration:none}
        A:active{text-decoration:none}
-->
</STYLE>
<title>ploticus: proc endproc</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550 ><tr>
<td>
  <table cellpadding=2 width=550><tr>
  <td><br><h2>proc endproc</h2></td>
  <td align=right>
  <small>
  <a href="Welcome.html"><img src="ploticus.gif" border=0></a><br>
  <a href="Welcome.html">Welcome</a> &nbsp; &nbsp;
  <a href="../gallery/index.html">Gallery</a> &nbsp; &nbsp;
  <a href="Contents.html">Handbook</a> 
  <td></tr></table>
</td></tr>
<td>
<br>
<br>

<title>Manual page for proc_endproc(PL)</title>
</head>
<body>
 
<h2>DESCRIPTION</h2>
<p>
<b>proc endproc</b> is sometimes necessary
to mark the end of a proc's statements,
in certain situations described below.<tt> </tt>
It does not need to be used routinely.<tt> </tt>
<p>
It is a do-nothing marker that may occasionally be needed because of 
the way that ploticus scripts
are parsed.  Variables that are set within a proc do not become available
to the script until the proc is finished.  Procs are delineated
by <b>#proc</b> statements.<tt> </tt>
<p>
Thus if a <b>#set</b> or <b>#if</b> statement is to be used immediately
following a proc that set one of the involved operands, #proc endproc
should be used before the <b>#set</b> or <b>#if</b>.<tt> </tt>
<p>

<h2>ATTRIBUTES</h2>
<p>
None.<tt> </tt>

<h2>EXAMPLE</h2>
<p>
Examples from the gallery that use <b>proc endproc</b> are
<a href="../gallery/lineplot4.htm">
 lineplot4 
</a>
and
<a href="../gallery/distrib.html">
 distib
</a>
 .<tt> </tt>

<br>
<br>
</td></tr>
<td align=right>
<a href="Welcome.html">
<img src="ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
<a href="Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif">
</center>
</td></tr>
</table>
<p><hr>
Markup created by <em>unroff</em> 1.0,&#160;<tt> </tt>&#160;<tt> </tt>June 18, 2001.
</body>
</html>