(
(a b c)
(
a
b
c
)
)
(
(a+-b)
( a +- b )
( 'a' '+-' 'b' )
)
(
(a.b;)
( a . b ; )
( 'a' '.' 'b' ';')
)
(
(((((((((((((((((((((())))))))))))))))))))))
(((((((((((((((((((((())))))))))))))))))))))
)
// The + sign is not parsed as part of the Int, but as an Sexp operator.
(
(+1)
( '+' 1 )
)