Node: Examples of Whitespace Characters, Previous: Whitespace Characters, Up: Character Syntax Types
(length '(this-that)) => 1
(length '(this - that)) => 3
(length '(a
b)) => 2
(+ 34) => 34
(+ 3 4) => 7