ToC DocOverview CGDoc RelNotes Index PermutedIndex
Allegro CL
Home Previous Up Next Table of Contents Index
  2 Syntax   2.1 Character Syntax   2.1.4 Character Syntax Types   2.1.4.5 Multiple Escape Characters

2.1.4.5.1 Examples of Multiple Escape Characters

 ;; The following examples assume the readtable case of *readtable* 
 ;; and *print-case* are both :upcase.
 (eq 'abc 'ABC)  true
 (eq 'abc '|ABC|)  true
 (eq 'abc 'a|B|c)  true
 (eq 'abc '|abc|)  false

Home Previous Up Next Table of Contents Index
© Franz Inc. All Rights Reserved - File last updated 2022-07-25