let1

[syntax] let1 var expr body

Gauche: A convenient macro when you have only one variable. Expanded as follows.

(let ((var expr)) body ...)