chickadee » variable-item » define-parameter

(define-parameter NAME INIT [GUARD])syntax

Wrapper around make-parameter that defines the parameter NAME to the parameter.

NAME is an identifier.

INIT and GUARD as for make-parameter.

Duplicate of macro found in the miscmacros extension.