最初のページ 戻る 次へ 最後のページ

Eが定数のとき

(define constant? number?)

(constant? x)

「xが定数である」とは「xが数値である」と同値である

constant? を定義する

(number ? x)

xが数値であるとき#t