I am trying to define a function depending on the version of CHICKEN.  I was thinking to 
use "cond-expand" for this purpose, but found no suitable feature in the 
documentation

#;1> (cond-expand (chicken-5 'a) (chicken 'b) (else 'c))
a

Reply via email to