Next:
( eq 'g
Up:
個々の関数の説明
Previous:
( cdr 'l)
述語
以下は canlisp の述語である。一般に述語では、偽を表すときに nil を返し、 真を表すときは非 nil の値を返す。多くの述語では真を表す値として t を返 す。
( eq 'g 1 'g 2) SUBR
( = 'g 1 'g 2) SUBR
( equal 'g 1 'g 2) SUBR
( null 'g 1) SUBR
( not 'g 1) SUBR
( atom 'g 1) SUBR
( > 'n 1 'n 2 ... 'n n) SUBR
( < 'n 1 'n 2 ... 'n n) SUBR
( boundp 'v) SUBR
( fboundp 'v) SUBR
Riichiro Saito
1995年08月31日(木) 17時10分21秒 JST