(def name init)
  name: a sym
  init: any type
  returns #n
M

A shorthand for bind-global!.

(def name init) is equivalent to (bind-global! 'name init).

del-global!
with-global