Raz0r
09-25-2012, 09:16 PM
Hi there,
It's my first time on the forum, and I am looking for some help with my university programming language.
I have read the tutorials, and am quite confused on how to do the following :
Write an equivalent expression without cond. You may use and, or and not.
(cond
[(p1? x) (p2? x)]
[else false])
It's my first time on the forum, and I am looking for some help with my university programming language.
I have read the tutorials, and am quite confused on how to do the following :
Write an equivalent expression without cond. You may use and, or and not.
(cond
[(p1? x) (p2? x)]
[else false])