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.7 Whitespace Characters

2.1.4.7.1 Examples of Whitespace Characters

 (length '(this-that))  1
 (length '(this - that))  3
 (length '(a
           b))  2
 (+ 34)  34
 (+ 3 4)  7


Home Previous Up Next Table of Contents Index
© Franz Inc. 1998-2005 - File last updated 6-21-2002