|  | Index Entry | Section | 
|---|
| 
 | 
| ! |  |  | 
|---|
|  | ! in mutation procedure names | 1.3.5 Naming Conventions | 
| 
 | 
| " |  |  | 
|---|
|  | " as external representation | 6. Strings | 
| 
 | 
| # |  |  | 
|---|
|  | # as format parameter | 14.6 Format | 
|  | # in external representation of number | 4.4 Syntax of numerical constants | 
|  | #( as external representation | 8. Vectors | 
|  | #* as external representation | 9. Bit Strings | 
|  | #[ as external representation | 14.7 Custom Output | 
|  | #\ as external representation | 5.1 External Representation of Characters | 
|  | #b as external representation | 4.4 Syntax of numerical constants | 
|  | #d as external representation | 4.4 Syntax of numerical constants | 
|  | #e as external representation | 4.4 Syntax of numerical constants | 
|  | #f as external representation | 10.1 Booleans | 
|  | #i as external representation | 4.4 Syntax of numerical constants | 
|  | #o as external representation | 4.4 Syntax of numerical constants | 
|  | #t as external representation | 10.1 Booleans | 
|  | #x as external representation | 4.4 Syntax of numerical constants | 
|  | #| as external representation | 1.3.6 Comments | 
| 
 | 
| ' |  |  | 
|---|
|  | ' as external representation | 2.6 Quoting | 
| 
 | 
| ( |  |  | 
|---|
|  | ( as external representation | 7. Lists | 
| 
 | 
| ) |  |  | 
|---|
|  | ) as external representation | 7. Lists | 
| 
 | 
| , |  |  | 
|---|
|  | , as external representation | 2.6 Quoting | 
|  | ,@ as external representation | 2.6 Quoting | 
| 
 | 
| - |  |  | 
|---|
|  | -ci, in string procedure name | 6. Strings | 
|  | -| notational convention | 1.1.2 Examples | 
| 
 | 
| . |  |  | 
|---|
|  | . as external representation | 7. Lists | 
|  | ... in entries | 1.1.3 Entry Format | 
| 
 | 
| 1 |  |  | 
|---|
|  | 1D table (defn) | 11.2 1D Tables | 
| 
 | 
| ; |  |  | 
|---|
|  | ; as external representation | 1.3.6 Comments | 
| 
 | 
| = |  |  | 
|---|
|  | => in cond clause | 2.7 Conditionals | 
|  | => notational convention | 1.1.2 Examples | 
| 
 | 
| ? |  |  | 
|---|
|  | ? in predicate names | 1.3.5 Naming Conventions | 
| 
 | 
| [ |  |  | 
|---|
|  | [ in entries | 1.1.3 Entry Format | 
| 
 | 
| \ |  |  | 
|---|
|  | \ as escape character in string | 6. Strings | 
| 
 | 
| ] |  |  | 
|---|
|  | ] in entries | 1.1.3 Entry Format | 
| 
 | 
| ` |  |  | 
|---|
|  | ` as external representation | 2.6 Quoting | 
| 
 | 
| A |  |  | 
|---|
|  | absolute pathname (defn) | 15.2 Working Directory | 
|  | absolute value, of number | 4.5 Numerical operations | 
|  | access time, of file | 15.3 File Manipulation | 
|  | access, used with set! | 2.5 Assignments | 
|  | addition, of numbers | 4.5 Numerical operations | 
|  | address hashing | 11.4.4 Address Hashing | 
|  | alias | 2.11.3.1 Syntax Terminology | 
|  | alias | 2.11.3.3 Identifiers | 
|  | alist (defn) | 11.1 Association Lists | 
|  | Alphabet, Unicode | 5.7 Unicode | 
|  | alphabetic case, of interned symbol | 10.2 Symbols | 
|  | alphabetic case, of string | 6.4 Alphabetic Case in Strings | 
|  | alphabetic case-insensitivity of programs (defn) | 1.3.4 Uppercase and Lowercase | 
|  | alphabetic character (defn) | 5.6 Character Sets | 
|  | alphanumeric character (defn) | 5.6 Character Sets | 
|  | anonymous syntactic keyword | 2.11 Macros | 
|  | apostrophe, as external representation | 2.6 Quoting | 
|  | appending, of bit strings | 9.3 Cutting and Pasting Bit Strings | 
|  | appending, of lists | 7.4 Cutting and Pasting Lists | 
|  | appending, of strings | 6.5 Cutting and Pasting Strings | 
|  | appending, of symbols | 10.2 Symbols | 
|  | appending, to output file | 14.2 File Ports | 
|  | application hook (defn) | 12. Procedures | 
|  | application hook (defn) | 12.4 Application Hooks | 
|  | application, of procedure | 12.1 Procedure Operations | 
|  | apply hook (defn) | 12.4 Application Hooks | 
|  | argument evaluation order | 1.4.4 Procedure Call Syntax | 
|  | ASCII character | 5.4 Internal Representation of Characters | 
|  | assignment | 2.5 Assignments | 
|  | association list (defn) | 11.1 Association Lists | 
|  | association table (defn) | 11.3 The Association Table | 
|  | asterisk, as external representation | 9. Bit Strings | 
|  | attribute, of file | 15.3 File Manipulation | 
| 
 | 
| B |  |  | 
|---|
|  | backquote, as external representation | 2.6 Quoting | 
|  | backslash, as escape character in string | 6. Strings | 
|  | Backtracking, in parser language | 14.11 Parser Language | 
|  | balanced binary trees | 11.6 Red-Black Trees | 
|  | balanced binary trees | 11.7 Weight-Balanced Trees | 
|  | bell, ringing on console | 14.5 Output Procedures | 
|  | binary file ports | 14.2 File Ports | 
|  | binary trees | 11.6 Red-Black Trees | 
|  | binary trees | 11.7 Weight-Balanced Trees | 
|  | binary trees, as discrete maps | 11.7 Weight-Balanced Trees | 
|  | binary trees, as sets | 11.7 Weight-Balanced Trees | 
|  | binding expression (defn) | 1.2.4 Static Scoping | 
|  | binding expression, dynamic (or fluid) | 2.3 Dynamic Binding | 
|  | binding expression, lexical | 2.2 Lexical Binding | 
|  | binding, of variable | 1.2.1 Variable Bindings | 
|  | binding, syntactic keyword | 13.1 Environment Operations | 
|  | binding, unassigned | 13.1 Environment Operations | 
|  | binding, variable | 13.1 Environment Operations | 
|  | bit string (defn) | 9. Bit Strings | 
|  | bit string index (defn) | 9. Bit Strings | 
|  | bit string length (defn) | 9. Bit Strings | 
|  | bitmaps | 17.10.2 Custom Operations for Win32 Graphics | 
|  | bitmaps, graphics | 17.8 Images | 
|  | bitwise-logical operations, on fixnums | 4.7.1 Fixnum Operations | 
|  | block structure | 2.2 Lexical Binding | 
|  | blocking mode, of port | 14.9.5 Blocking Mode | 
|  | BOA constructor | 2.10 Structure Definitions | 
|  | BOA constructor (defn) | 2.10 Structure Definitions | 
|  | body, of special form (defn) | 1.1.3 Entry Format | 
|  | boolean object | 1.2.5 True and False | 
|  | boolean object (defn) | 10.1 Booleans | 
|  | boolean object, equivalence predicate | 10.1 Booleans | 
|  | bound variable (defn) | 1.2.1 Variable Bindings | 
|  | bound-restarts | 16.5.1 Generating Operations on Conditions | 
|  | bound-restarts | 16.5.3 Simple Operations on Condition Instances | 
|  | bracket, in entries | 1.1.3 Entry Format | 
|  | bucky bit, of character (defn) | 5.4 Internal Representation of Characters | 
|  | bucky bit, prefix (defn) | 5.1 External Representation of Characters | 
|  | buffering, of graphics output | 17.5 Buffering of Graphics Output | 
|  | buffering, of output | 14.5 Output Procedures | 
|  | built-in procedure | 12. Procedures | 
|  | byte vector | 6.11 Byte Vectors | 
| 
 |