~ubuntu-branches/ubuntu/wily/picolisp/wily-proposed

« back to all changes in this revision

Viewing changes to doc/refC.html

  • Committer: Package Import Robot
  • Author(s): Kan-Ru Chen (陳侃如)
  • Date: 2015-02-06 00:19:20 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20150206001920-ug3fakmqpq9apw5o
Tags: 3.1.9.7-1
* New upstream release
* Build *.jar from source
* Do not install doc/{db,utf8} as requested by upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
509
509
-> 2
510
510
</code></pre>
511
511
 
512
 
<dt><a name="collect"><code>(collect 'var 'cls ['hook] ['any|beg ['end [var ..]]])</code></a>
 
512
<dt><a name="collect"><code>(collect 'sym 'cls ['hook] ['any|beg ['end [sym|cnt ..]]])</code></a>
513
513
<dd>Returns a list of all database objects of class <code>cls</code>, where the
514
 
values for the <code>var</code> arguments correspond to the <code>any</code>
515
 
arguments, or where the values for the <code>var</code> arguments are in the
516
 
range <code>beg</code> .. <code>end</code>. <code>var</code>, <code>cls</code>
 
514
values for the <code>sym</code> arguments correspond to the <code>any</code>
 
515
arguments, or where the values for the <code>sym</code> arguments are in the
 
516
range <code>beg</code> .. <code>end</code>. <code>sym</code>, <code>cls</code>
517
517
and <code>hook</code> should specify a <code><a
518
518
href="refT.html#tree">tree</a></code> for <code>cls</code> or one of its
519
 
superclasses. If additional <code>var</code> arguments are given, the final
 
519
superclasses. If additional <code>sym|cnt</code> arguments are given, the final
520
520
values for the result list are obtained by applying the <code><a
521
521
href="refG.html#get">get</a></code> algorithm. See also <code><a
522
522
href="refD.html#db">db</a></code>, <code><a href="refA.html#aux">aux</a></code>,