Skip to content
TurtleKitty edited this page Jan 29, 2016 · 3 revisions

def

Bind a name (represented by an unquoted symbol) to a value.

(def x 5)
(def square (proc (v) (* v v))
(square x) -> 25
Clone this wiki locally