prog1

prog1 is a special form in `C source code'.

(prog1 FIRST BODY...)

Eval FIRST and BODY sequentially; return value from FIRST.
The value of FIRST is saved during the evaluation of the remaining args,
whose values are discarded.