beowulf/docs/cloverage/beowulf/manual.clj.html

2316 lines
132 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../coverage.css"/> <title> beowulf/manual.clj </title>
</head>
<body>
<span class="covered" title="1 out of 1 forms covered">
001&nbsp;&nbsp;(ns&nbsp;beowulf.manual
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
002&nbsp;&nbsp;&nbsp;&nbsp;&quot;Experimental&nbsp;code&nbsp;for&nbsp;accessing&nbsp;the&nbsp;manual&nbsp;online.&quot;
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
003&nbsp;&nbsp;&nbsp;&nbsp;(:require&nbsp;[clojure.string&nbsp;:refer&nbsp;[ends-with?&nbsp;join&nbsp;trim]]))
</span><br/>
<span class="blank" title="0 out of 0 forms covered">
004&nbsp;&nbsp;
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
005&nbsp;&nbsp;(def&nbsp;^:dynamic&nbsp;*manual-url*
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
006&nbsp;&nbsp;&nbsp;&nbsp;&quot;https:&#x2F;&#x2F;www.softwarepreservation.org&#x2F;projects&#x2F;LISP&#x2F;book&#x2F;LISP%201.5%20Programmers%20Manual.pdf&quot;)
</span><br/>
<span class="blank" title="0 out of 0 forms covered">
007&nbsp;&nbsp;
</span><br/>
<span class="covered" title="1 out of 1 forms covered">
008&nbsp;&nbsp;(def&nbsp;^:constant&nbsp;index
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
009&nbsp;&nbsp;&nbsp;&nbsp;&quot;This&nbsp;is&nbsp;data&nbsp;extracted&nbsp;from&nbsp;the&nbsp;index&nbsp;pages&nbsp;of&nbsp;`Lisp&nbsp;1.5&nbsp;Programmer&#x27;s&nbsp;Manual`.
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
010&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;It&#x27;s&nbsp;here&nbsp;in&nbsp;the&nbsp;hope&nbsp;that&nbsp;we&nbsp;can&nbsp;automatically&nbsp;link&nbsp;to&nbsp;an&nbsp;online&nbsp;PDF&nbsp;link
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
011&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;to&nbsp;the&nbsp;manual&nbsp;when&nbsp;the&nbsp;user&nbsp;invokes&nbsp;a&nbsp;function&nbsp;probably&nbsp;called&nbsp;`DOC`&nbsp;or&nbsp;`HELP`.&quot;
</span><br/>
<span class="covered" title="147 out of 147 forms covered">
012&nbsp;&nbsp;&nbsp;&nbsp;{:RECIP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
013&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;RECIP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
014&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
015&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
017&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:QUOTE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
018&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;QUOTE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
019&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
020&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="4 out of 4 forms covered">
021&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;10&quot;&nbsp;&quot;22&quot;&nbsp;&quot;71&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
022&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:RECLAIM
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;RECLAIM&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
024&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
025&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
026&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;67&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
027&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:NUMOB
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;NUMOB&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
029&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
031&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;86&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
032&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:EVLIS
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
033&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;EVLIS&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
034&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
035&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
036&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;71&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
037&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:DASH
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
038&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;DASH&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
039&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
040&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&nbsp;APVAL&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
041&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;85&quot;&nbsp;&quot;87&nbsp;&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
042&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:EQUAL
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
043&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;EQUAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
044&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
045&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&quot;,
</span><br/>
<span class="covered" title="4 out of 4 forms covered">
046&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;11&quot;&nbsp;&quot;26&quot;&nbsp;&quot;57&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
047&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PRIN1
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
048&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PRIN1&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
049&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
050&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
051&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;65&quot;&nbsp;&quot;84&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
052&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:REMFLAG
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
053&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;REMFLAG&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
054&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
055&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
056&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;41&quot;&nbsp;&quot;60&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
057&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:DEFINE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
058&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;DEFINE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
059&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="4 out of 4 forms covered">
061&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;15&quot;&nbsp;&quot;18&quot;&nbsp;&quot;58&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
062&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PUNCHLAP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PUNCHLAP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
064&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
065&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;LIBRARY&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
066&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;68&quot;&nbsp;&quot;76&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
067&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:STARTREAD
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
068&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;STARTREAD&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
069&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
070&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
071&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;87&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
072&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PERIOD
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
073&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PERIOD&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
074&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
075&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
076&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;85&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
077&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:CP1
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
078&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;CP1&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
079&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
080&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
081&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;66&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
082&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:NCONC
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
083&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;NCONC&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
084&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
085&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
086&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;62&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
087&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:EQ
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
088&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;EQ&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
089&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
090&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&quot;,
</span><br/>
<span class="covered" title="4 out of 4 forms covered">
091&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;3&quot;&nbsp;&quot;23&quot;&nbsp;&quot;57&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
092&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:RPLACD
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
093&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;RPLACD&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
094&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
095&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
096&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;41&quot;&nbsp;&quot;58&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
097&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PROG2
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
098&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PROG2&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
099&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;42&quot;&nbsp;&quot;66&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:UNCOUNT
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;UNCOUNT&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
104&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
105&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
106&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;34&quot;&nbsp;&quot;66&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
107&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:ERROR1
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
108&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;ERROR1&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
109&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
110&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
111&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;88&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
112&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:EXPT
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
113&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;EXPT&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
114&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
115&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
116&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
117&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:NOT
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
118&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;NOT&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
119&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
120&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&quot;,
</span><br/>
<span class="covered" title="4 out of 4 forms covered">
121&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;21&quot;&nbsp;&quot;23&quot;&nbsp;&quot;58&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
122&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:SLASH
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
123&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;SLASH&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
124&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
125&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
126&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;85&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
127&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:RPLACA
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
128&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;RPLACA&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
129&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
130&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
131&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;41&quot;&nbsp;&quot;58&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
132&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:QUOTIENT
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
133&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;QUOTIENT&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
134&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
135&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
136&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
137&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:UNPACK
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
138&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;UNPACK&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
139&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
140&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
141&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;87&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
142&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:CONC
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
143&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;CONC&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
144&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FEXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
145&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
146&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;61&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
147&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:CAR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
148&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;CAR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
149&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
150&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
151&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;2&quot;&nbsp;&quot;56&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
152&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:GENSYM
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
153&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;GENSYM&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
154&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
155&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
156&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;66&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
157&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PROP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
158&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PROP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
159&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
160&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;FUNCTIONAL&nbsp;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
161&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;&nbsp;59&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
162&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:MEMBER
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
163&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;MEMBER&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
164&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
165&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
166&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;11&quot;&nbsp;&quot;62&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
167&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:UNTRACESET
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
168&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;UNTRACESET&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
169&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
170&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
171&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;68&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
172&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:UNTRACE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
173&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;UNTRACE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
174&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
175&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
176&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;32&quot;&nbsp;&quot;66&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
177&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:MINUSP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
178&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;MINUSP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
179&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
180&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
181&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
182&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:F
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
183&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;F&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
184&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
185&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
186&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;22&quot;&nbsp;&quot;69&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
187&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:SPECIAL
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
188&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;SPECIAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
189&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
190&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
191&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;64&quot;&nbsp;&quot;78&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
192&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LPAR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
193&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LPAR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
194&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
195&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
196&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;85&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
197&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:GO
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
198&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;GO&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
199&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;30&quot;&nbsp;&quot;72&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:MKNAM
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
203&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;MKNAM&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
204&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
205&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
206&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;86&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
207&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:COMMON
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;COMMON&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
209&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
210&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
211&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;64&quot;&nbsp;&quot;78&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
212&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:NUMBERP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
213&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;NUMBERP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
214&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
215&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
216&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
217&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:CONS
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
218&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;CONS&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
219&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
220&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
221&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;2&quot;&nbsp;&quot;56&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
222&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PLUS
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
223&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PLUS&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
224&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
225&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
226&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;25&quot;&nbsp;&quot;63&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
227&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:SET
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
228&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;SET&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
229&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
230&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
231&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;30&quot;&nbsp;&quot;71&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
232&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:DOLLAR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
233&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;DOLLAR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
234&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
235&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
236&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;85&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
237&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:SASSOC
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
238&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;SASSOC&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
239&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;FUNCTIONAL&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
241&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;60&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
242&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:SELECT
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
243&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;SELECT&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
244&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FEXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
245&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
246&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;66&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
247&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:OPDEFINE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
248&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;OPDEFINE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
249&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
250&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
251&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;65&quot;&nbsp;&quot;75&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
252&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PAUSE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
253&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PAUSE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
254&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
255&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
256&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;67&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
257&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:AND
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
258&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;AND&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
259&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
260&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
261&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;21&quot;&nbsp;&quot;58&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
262&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:COMMA
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
263&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;COMMA&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
264&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
265&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
266&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;85&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
267&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:EFFACE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
268&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;EFFACE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
269&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
270&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
271&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;63&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
272&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:CSETQ
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
273&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;CSETQ&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
274&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FEXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
275&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
276&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;59&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
277&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:OPCHAR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
278&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;OPCHAR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
279&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
280&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&nbsp;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
281&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;&nbsp;87&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
282&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PRINTPROP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PRINTPROP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
284&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
285&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;LIBRARY&nbsp;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
286&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;68&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
287&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PLB
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
288&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PLB&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
289&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
290&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-&nbsp;FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
291&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;67&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
292&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:DIGIT
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;DIGIT&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
294&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
295&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&nbsp;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
296&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;87&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
297&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PUNCHDEF
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
298&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PUNCHDEF&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
299&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;LIBRARY&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;68&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
302&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:ARRAY
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
303&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;ARRAY&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
304&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
305&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
306&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;27&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
307&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:MAX
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
308&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;MAX&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
309&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
310&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
311&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
312&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:INTERN
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
313&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;INTERN&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
314&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
315&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
316&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;67&quot;&nbsp;&quot;87&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
317&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:NIL
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
318&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;NIL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
319&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
320&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
321&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;22&quot;&nbsp;&quot;69&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
322&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:TIMES
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
323&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;TIMES&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
324&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
325&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
326&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
327&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:ERROR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
328&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;ERROR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
329&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
330&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
331&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;32&quot;&nbsp;&quot;66&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
332&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PUNCH
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
333&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PUNCH&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
334&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
335&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
336&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;65&quot;&nbsp;&quot;84&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
337&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:REMPROP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
338&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;REMPROP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
339&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
341&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;41&quot;&nbsp;&quot;59&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
342&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:DIVIDE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
343&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;DIVIDE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
344&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
345&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
346&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
347&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:OR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
348&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;OR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
349&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
350&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
351&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;21&quot;&nbsp;&quot;58&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
352&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:SUBLIS
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
353&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;SUBLIS&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
354&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
355&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
356&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;12&quot;&nbsp;&quot;61&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
357&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LAP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
358&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LAP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
359&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
360&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
361&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;65&quot;&nbsp;&quot;73&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
362&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PROG
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
363&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PROG&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
364&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
365&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
366&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;29&quot;&nbsp;&quot;71&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
367&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:T
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
368&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;T&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
369&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
370&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
371&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;22&quot;&nbsp;&quot;69&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
372&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:GREATERP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
373&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;GREATERP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
374&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
375&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
376&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
377&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:CSET
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
378&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;CSET&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
379&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
380&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
381&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;17&quot;&nbsp;&quot;59&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
382&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:FUNCTION
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
383&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;FUNCTION&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
384&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
385&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;21&quot;&nbsp;&quot;71&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
387&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LENGTH
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
388&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LENGTH&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
389&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
390&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
391&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;62&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
392&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:MINUS
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
393&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;MINUS&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
394&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
395&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
396&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;63&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
397&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:COND
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
398&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;COND&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
399&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
400&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
401&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;18&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
402&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:APPEND
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
403&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;APPEND&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
404&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
405&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
406&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;11&quot;&nbsp;&quot;61&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
407&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:CDR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
408&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;CDR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
409&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
410&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
411&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;3&quot;&nbsp;&quot;56&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
412&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:OBLIST
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
413&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;OBLIST&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
414&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
415&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
416&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
417&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:READ
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
418&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;READ&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
419&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
420&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
421&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;5&quot;&nbsp;&quot;84&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
422&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:ERRORSET
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
423&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;ERRORSET&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
424&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
425&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
426&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;35&quot;&nbsp;&quot;66&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
427&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:UNCOMMON
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
428&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;UNCOMMON&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
429&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
430&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
431&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;64&quot;&nbsp;&quot;78&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
432&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:EVAL
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
433&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;EVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
434&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
435&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
436&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;71&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
437&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:MIN
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
438&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;MIN&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
439&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
440&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
441&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
442&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PAIR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
443&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PAIR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
444&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
445&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
446&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;60&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
447&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:BLANK
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
448&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;BLANK&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
449&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
450&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
451&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;85&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
452&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:SETQ
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
453&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;SETQ&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
454&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
455&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
456&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;30&quot;&nbsp;&quot;71&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
457&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:GET
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
458&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;GET&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
459&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
460&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
461&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;41&quot;&nbsp;&quot;59&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
462&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PRINT
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
463&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PRINT&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
464&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
465&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
466&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;65&quot;&nbsp;&quot;84&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
467&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:ENDREAD
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
468&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;ENDREAD&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
469&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
470&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
471&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;8&nbsp;8&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
472&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:RETURN
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
473&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;RETURN&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
474&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
475&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
476&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;30&quot;&nbsp;&quot;72&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
477&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LITER
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
478&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LITER&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
479&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
480&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&nbsp;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
481&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;87&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
482&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:EOF
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
483&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;EOF&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
484&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
485&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
486&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;88&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
487&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:TRACE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
488&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;TRACE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
489&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
490&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="4 out of 4 forms covered">
491&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;32&quot;&nbsp;&quot;66&quot;&nbsp;&quot;79&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
492&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:TRACESET
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
493&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;TRACESET&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
494&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
495&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;LIBRARY&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
496&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;68&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
497&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PACK
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
498&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PACK&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
499&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
500&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
501&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;86&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
502&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:NULL
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
503&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;NULL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
504&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
505&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
506&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;11&quot;&nbsp;&quot;57&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
507&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:CLEARBUFF
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
508&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;CLEARBUFF&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
509&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
510&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
511&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;86&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
512&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LESSP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
513&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LESSP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
514&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
515&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
516&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
517&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:TERPRI
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
518&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;TERPRI&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
519&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
520&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
521&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;65&quot;&nbsp;&quot;84&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
522&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:ONEP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
523&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;ONEP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
524&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
525&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
526&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;&nbsp;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
527&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:EXCISE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
528&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;EXCISE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
529&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
530&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
531&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;67&quot;&nbsp;&quot;77&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
532&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:REMOB
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
533&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;REMOB&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
534&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
535&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
536&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;67&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
537&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:MAP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
538&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;MAP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
539&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
540&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;FUNCTIONAL&nbsp;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
541&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;63&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
542&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:COMPILE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
543&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;COMPILE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
544&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
545&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
546&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;64&quot;&nbsp;&quot;76&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
547&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:ADD1
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
548&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;ADD1&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
549&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
550&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
551&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
552&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:ADVANCE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
553&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;ADVANCE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
554&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
555&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
556&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;88&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
557&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:SEARCH
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
558&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;SEARCH&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
559&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
560&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;FUNCTIONAL&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
561&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;63&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
562&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:APPLY
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
563&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;APPLY&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
564&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
565&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
566&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;70&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
567&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:READLAP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
568&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;READLAP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
569&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
570&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&nbsp;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
571&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;65&quot;&nbsp;&quot;76&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
572&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:UNSPECIAL
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
573&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;UNSPECIAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
574&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
575&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
576&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;64&quot;&nbsp;&quot;78&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
577&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:SUBST
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
578&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;SUBST&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
579&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
580&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
581&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;11&quot;&nbsp;&quot;61&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
582&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:COPY
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
583&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;COPY&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
584&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
585&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
586&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;62&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
587&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LOGOR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
588&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LOGOR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
589&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
590&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
591&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
592&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LABEL
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
593&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LABEL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
594&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
595&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="4 out of 4 forms covered">
596&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;8&quot;&nbsp;&quot;18&quot;&nbsp;&quot;70&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
597&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:FIXP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
598&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;FIXP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
599&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
600&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
601&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
602&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:SUB1
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
603&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;SUB1&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
604&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
605&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
606&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
607&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:ATTRIB
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
608&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;ATTRIB&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
609&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
610&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
611&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;59&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
612&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:DIFFERENCE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
613&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;DIFFERENCE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
614&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
615&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
616&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
617&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:REMAINDER
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
618&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;REMAINDER&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
619&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
620&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
621&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
622&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:REVERSE
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
623&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;REVERSE&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
624&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
625&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
626&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;6&nbsp;2&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
627&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:EOR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
628&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;EOR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
629&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
630&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
631&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;88&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
632&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:PLUSS
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
633&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;PLUSS&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
634&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
635&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
636&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;85&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
637&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:TEMPUS-FUGIT
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
638&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;TEMPUS-FUGIT&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
639&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
640&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
641&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;67&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
642&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LOAD
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
643&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LOAD&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
644&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
645&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
646&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;67&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
647&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:CHARCOUNT
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
648&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;CHARCOUNT&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
649&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
650&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
651&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;87&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
652&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:RPAR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
653&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;RPAR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
654&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
655&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
656&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;85&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
657&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:COUNT
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
658&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;COUNT&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
659&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
660&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
661&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;34&quot;&nbsp;&quot;66&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
662&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:SPEAK
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
663&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;SPEAK&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
664&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
665&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
666&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;34&quot;&nbsp;&quot;66&nbsp;&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
667&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LOGXOR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
668&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LOGXOR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
669&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
670&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
671&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;27&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
672&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:FLOATP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
673&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;FLOATP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
674&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
675&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
676&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
677&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:ATOM
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
678&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;ATOM&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
679&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
680&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
681&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;3&quot;&nbsp;&quot;57&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
682&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:EQSIGN
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
683&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;EQSIGN&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
684&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
685&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
686&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;85&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
687&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LIST
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
688&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LIST&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
689&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
690&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
691&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;57&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
692&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:MAPLIST
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
693&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;MAPLIST&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
694&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
695&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;FUNCTIONAL&nbsp;&quot;,
</span><br/>
<span class="covered" title="4 out of 4 forms covered">
696&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;20&quot;&nbsp;&quot;21&quot;&nbsp;&quot;63&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
697&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LOGAND
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
698&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LOGAND&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
699&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;FSUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
700&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
701&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;27&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
702&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:FLAG
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
703&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;FLAG&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
704&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
705&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
706&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;41&quot;&nbsp;&quot;60&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
707&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:MAPCON
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
708&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;MAPCON&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
709&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
710&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;FUNCTIONAL&nbsp;PSEUDO-&nbsp;FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
711&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;63&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
712&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:STAR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
713&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;STAR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
714&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
715&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
716&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;85&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
717&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:CURCHAR
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
718&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;CURCHAR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
719&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;APVAL&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
720&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
721&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;69&quot;&nbsp;&quot;87&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
722&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:DUMP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
723&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;DUMP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
724&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
725&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="2 out of 2 forms covered">
726&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;67&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
727&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:DEFLIST
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
728&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;DEFLIST&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
729&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;EXPR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
730&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PSEUDO-FUNCTION&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
731&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;41&quot;&nbsp;&quot;58&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
732&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:LEFTSHIFT
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
733&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;LEFTSHIFT&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
734&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
735&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
736&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;27&quot;&nbsp;&quot;64&quot;]},
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
737&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:ZEROP
</span><br/>
<span class="covered" title="8 out of 8 forms covered">
738&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{:fn-name&nbsp;&quot;ZEROP&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
739&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:call-type&nbsp;&quot;SUBR&quot;,
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
740&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:implementation&nbsp;&quot;PREDICATE&quot;,
</span><br/>
<span class="covered" title="3 out of 3 forms covered">
741&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:page-nos&nbsp;[&quot;26&quot;&nbsp;&quot;64&quot;]}})
</span><br/>
<span class="blank" title="0 out of 0 forms covered">
742&nbsp;&nbsp;
</span><br/>
<span class="covered" title="1 out of 1 forms covered">
743&nbsp;&nbsp;(defn&nbsp;page-url
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
744&nbsp;&nbsp;&nbsp;&nbsp;&quot;Format&nbsp;the&nbsp;URL&nbsp;for&nbsp;the&nbsp;page&nbsp;in&nbsp;the&nbsp;manual&nbsp;with&nbsp;this&nbsp;`page-no`.&quot;
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
745&nbsp;&nbsp;&nbsp;&nbsp;[page-no]
</span><br/>
<span class="not-covered" title="0 out of 4 forms covered">
746&nbsp;&nbsp;&nbsp;&nbsp;(let&nbsp;[n&nbsp;(read-string&nbsp;page-no)
</span><br/>
<span class="not-covered" title="0 out of 11 forms covered">
747&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;n&#x27;&nbsp;(when&nbsp;(and&nbsp;(number?&nbsp;n)
</span><br/>
<span class="not-covered" title="0 out of 2 forms covered">
748&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(ends-with?&nbsp;*manual-url*&nbsp;&quot;.pdf&quot;))
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
749&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;;&nbsp;annoyingly,&nbsp;the&nbsp;manual&nbsp;has&nbsp;eight&nbsp;pages&nbsp;of&nbsp;front-matter
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
750&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;;&nbsp;before&nbsp;numbering&nbsp;starts.
</span><br/>
<span class="not-covered" title="0 out of 3 forms covered">
751&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(+&nbsp;n&nbsp;8))]
</span><br/>
<span class="not-covered" title="0 out of 2 forms covered">
752&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(format
</span><br/>
<span class="not-covered" title="0 out of 7 forms covered">
753&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(if&nbsp;(ends-with?&nbsp;*manual-url*&nbsp;&quot;.pdf&quot;)&nbsp;&quot;%s#page=%s&quot;&nbsp;&quot;%s#page%s&quot;)
</span><br/>
<span class="not-covered" title="0 out of 1 forms covered">
754&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*manual-url*
</span><br/>
<span class="not-covered" title="0 out of 10 forms covered">
755&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(or&nbsp;n&#x27;&nbsp;(trim&nbsp;(str&nbsp;page-no))))))
</span><br/>
<span class="blank" title="0 out of 0 forms covered">
756&nbsp;&nbsp;
</span><br/>
<span class="covered" title="1 out of 1 forms covered">
757&nbsp;&nbsp;(defn&nbsp;format-page-references
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
758&nbsp;&nbsp;&nbsp;&nbsp;&quot;Format&nbsp;page&nbsp;references&nbsp;from&nbsp;the&nbsp;manual&nbsp;index&nbsp;for&nbsp;the&nbsp;function&nbsp;whose&nbsp;name
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
759&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;is&nbsp;`fn-symbol`.&quot;
</span><br/>
<span class="not-tracked" title="0 out of 0 forms covered">
760&nbsp;&nbsp;&nbsp;&nbsp;[fn-symbol]
</span><br/>
<span class="not-covered" title="0 out of 9 forms covered">
761&nbsp;&nbsp;&nbsp;&nbsp;(let&nbsp;[k&nbsp;(if&nbsp;(keyword?&nbsp;fn-symbol)&nbsp;fn-symbol&nbsp;(keyword&nbsp;fn-symbol))]
</span><br/>
<span class="not-covered" title="0 out of 3 forms covered">
762&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(join&nbsp;&quot;,&nbsp;&quot;
</span><br/>
<span class="not-covered" title="0 out of 2 forms covered">
763&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(doall
</span><br/>
<span class="not-covered" title="0 out of 2 forms covered">
764&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(map
</span><br/>
<span class="not-covered" title="0 out of 1 forms covered">
765&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(fn&nbsp;[n]
</span><br/>
<span class="not-covered" title="0 out of 4 forms covered">
766&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(let&nbsp;[p&nbsp;(trim&nbsp;n)]
</span><br/>
<span class="not-covered" title="0 out of 3 forms covered">
767&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(format&nbsp;&quot;&lt;a&nbsp;href=&#x27;%s&#x27;&gt;%s&lt;&#x2F;a&gt;&quot;
</span><br/>
<span class="not-covered" title="0 out of 4 forms covered">
768&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(page-url&nbsp;p)&nbsp;p)))
</span><br/>
<span class="not-covered" title="0 out of 5 forms covered">
769&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(:page-nos&nbsp;(index&nbsp;k)))))))
</span><br/>
</body>
</html>