(macro= name expander)
  name: a sym
  expander: an expander
  returns #n
F
M

Assigns a new global macro to a symbol.

This is comparable to global=, but it mutates a symbol's macro binding, rather than its global variable binding.

macro
has-macro?