View Single Post
Old 09-25-2012, 09:16 PM   PM User | #1
Raz0r
New to the CF scene

 
Join Date: Sep 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Raz0r is an unknown quantity at this point
Lightbulb Anyone familiar with Dr. Scheme?

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 :

Code:
Write an equivalent expression without cond. You may use and, or and not.

(cond
     [(p1? x) (p2? x)]
     [else false])
Raz0r is offline   Reply With Quote