- syntax and back.</pre></div><div class="help-entry"><a href="#endmatch" name="endmatch"></a><pre class="type-and-sig">[fn] (endmatch pat seq)</pre><pre class="docstring-and-examples">Does 'seq' end with 'pat'?</pre></div><div class="help-entry"><a href="#enq" name="enq"></a><pre class="type-and-sig">[fn] (enq obj qq)</pre><pre class="docstring-and-examples">Insert 'obj' into queue 'qq'.</pre></div><div class="help-entry"><a href="#enq-limit" name="enq-limit"></a><pre class="type-and-sig">[fn] (enq-limit val q (o limit 1000))</pre><pre class="docstring-and-examples">Like <a href="#enq">enq</a>, but never let the queue 'q' grow larger than 'limit'.</pre></div><div class="help-entry"><a href="#file-join" name="file-join"></a><pre class="type-and-sig">[fn] (file-join . parts)</pre><pre class="docstring-and-examples">Joins `parts' into a path string.</pre></div><div class="help-entry"><a href="#file-perms" name="file-perms"></a><pre class="type-and-sig">[fn] (file-perms path)</pre><pre class="docstring-and-examples">Returns a list of the effective file permssions of `path'.</pre></div><div class="help-entry"><a href="#file-size" name="file-size"></a><pre class="type-and-sig">[fn] (file-size path)</pre><pre class="docstring-and-examples">Returns the size, in bytes, of a file `path'.</pre></div><div class="help-entry"><a href="#filter-unique-names" name="filter-unique-names"></a><pre class="type-and-sig">[fn] (filter-unique-names names)</pre><pre class="docstring-and-examples">Gets the unique names from NAMES.
0 commit comments