(* (- 6 4) (+ 3 2)) ⇒
(* 2 (+ 3 2)) ⇒
(* 2 5) ⇒
10
(note: use these expressions during a test/exam!)

The keyword “define” binds an identifier (name) to an expression (which uses the parameters to a statement)
The key word “define” can also bind an identifier (name) to a value (constants!)