; ------------------------------------------------------------------------------ ; literals ; ------------------------------------------------------------------------------ ; integer 1 ; float 3.14 ; string "jordan" ; ------------------------------------------------------------------------------ ; basic math ; ------------------------------------------------------------------------------ (+ 1 1) (- 1 1) (* 1 1) (/ 1 1) ; ------------------------------------------------------------------------------ ; grammar ; ------------------------------------------------------------------------------ (define x 5) x (quote 1 2 3)