(define variable? symbol?)
(variable? x)
「xが変数である」とは「xが記号である」と同値である
variable? を定義する
(symbol ? x)
xが記号であるとき#t