(fn0 ..body)
  body: zero or more forms
M

Defines a function with zero arguments.

(fn0 x y z) is equivalent to (fn () x y z).

See also: fn1

max-args
fn1