chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] C_truep( C_fixnump( w ))


From: Heinrich Taube
Subject: Re: [Chicken-users] C_truep( C_fixnump( w ))
Date: Mon, 25 Feb 2008 06:28:06 -0600

thank you both very much. just to be sure:

(1) should i be using a C_truep() around C_immediatep() like the other predicate tests or is this ok:

        if ( C_immediatep(w) ) {
           if ( C_truep(C_fixnump(w)) ) {
              ...
          }

       else if  ( C_truep(C_blockp(w)) && C_truep( C_flonump( w ) )) {


(2) how can i test for strictly #f #t boolean value inside the immedatep clause?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]