From: Erman Ersözlü (feberman08 at gmail.com) Date: Sun Aug 9 08:03:24 EDT 2009 |
|
hi, i am new and i have a problem.i couldn't find any solution :( i am sure it is a basic and an easy problem.. i saw these codes in a scheme book but they didn't work.it gives this problem: reference to undefined identifier: accumulate. i don't know what that means.what can i do to fix? i use pretty big language. (define (acronym phrase) (accumulate word (every first phrase))) > (acronym '(american civil liberties union))
Posted on the users mailing list. |
|