一般的な言語

if (cond) {
 then
} else {
 else
}


Lisp
(if cond then else)