We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Bind a name (represented by an unquoted symbol) to a value.
(def x 5) (def square (proc (v) (* v v)) (square x) -> 25