Construct a constant expression from an integer.
Macro: pfconst
(defmacro pfconst (c) (cons 'expression-const (cons c 'nil)))