Previous: Whitespace Characters, Up: Character Syntax Types


2.1.4.10 Examples of Whitespace Characters
      (length '(this-that)) ⇒  1
      (length '(this - that)) ⇒  3
      (length '(a
                b)) ⇒  2
      (+ 34) ⇒  34
      (+ 3 4) ⇒  7