I'm trying tying to get "macroexpand" to do something useful, but I seem to be failing, and...
I'm not familiar with macroexpand, but try the ,x command in csi. #;> ,x (test 0) (if (= '0 '0) 'zero 'not)
#;> (test 0) zero
Or am I misunderstanding what you are trying to do?
Dale Jordan
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
