Eroxl's Notes
Expression

Expressions are anything that can be evaluated to a value. Expressions always take the form of either (<primitive> <expression>...) or just a single <value>.

Examples

  • (+ 2 3)
  • (* 4 5)
  • (sqrt (+ (sqr 3) (sqr 4)))
  • 1
  • #i1.4142135623730951