Integers


(+ 1 2)
returns the addition of 1 and 2 (i.e. 3)

(* 2 3)
returns the multiplication of 2 and 3

(- 5 3)
returns 5 - 3 (i.e. 2)