(define constant? number?)
(constant? x)
「xが定数である」とは「xが数値である」と同値である
constant? を定義する
(number ? x)
xが数値であるとき#t