(bind-macro! name init)
  name: a sym
  init: an expander
  returns #n
F

Binds a global macro.

This is comparable to bind-global!, but it binds a global macro to a symbol, rather than binding a global variable.

has-macro?
del-macro!