jan tolenaar / kiezellisp / index-of-everything

Name

defonce

Usage

macro

Syntax

(defonce name value &optional doc-string)

Description

Defines the global variable name in the current package with value value if currently undefined. Does nothing if the variable already exists.