In Lisp and related programming languages, a construct or syntax that does not follow the usual evaluation rules, often used for control flow, defining functions, or declaring variables.
"The 'if' statement in Lisp is a special form that evaluates its arguments conditionally."