| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
In this manual, each entry is represented like this:
Category denotes the category of the entry foo. The following category will appear in this manual:
| Function | A Scheme function. |
| Special Form | A special form (in the R5RS term, "syntax"). |
| Macro | A macro. |
| Module | A module |
| Class | A class. |
| Generic Function | A generic function |
| Method | A method |
| Reader Syntax | A lexical syntax that is interpreted by the reader. |
For functions, special forms and macros, the entry may followed by one or more arguments. In the argument list, the following notations may appear:
&optional argument specifier in the lambda list.
I use this notation since it is useful to indicate valid pattern of arguments.
&keyword argument specifier in the lambda list.
I use this notation since it is useful to indicate valid pattern of arguments.
&rest argument specifier in the lambda list.
I use this notation since it is useful to indicate valid pattern of arguments.
The description of the entry follows the entry line. If the specification of the entry comes from some standard or implementation, its origin is noted in the bracket at the beginning of the description. The following origins are noted:
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |