quote, backquote

quote, backquote — correspond to Quote Operators.

Syntax

quote (s_exp)
backquote (s_exp)

		

Arguments

s_exp

Any Gamma or Lisp expression.

Returns

The s_exp, without evaluation.

Description

These are the functional equivalents of the Quote Operators. quote is identical to the # quote operator. backquote is identical to the ` quote operator.

See

Quote Operators