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?


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to