LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Please Help -Scheme Programming Question (https://www.linuxquestions.org/questions/programming-9/please-help-scheme-programming-question-430293/)

beginner54 03-31-2006 07:23 AM

Please Help -Scheme Programming Question
 
:scratch: Hi
I want to thank everyone here for the wealth of information given me about where to go for more information on Scheme.

I am stuck on the following:

Develop a function, "self-description," which takes your name and returns the description:
My name is SOME-NAME and I am a student


I have tried this - I know I am way off

(string-append "My name is " ("Chris") " I am a
student " )

i WOULD APPRECIATE ANY HELP ON THIS

Thanks
EVERYONE IS GREAT HERE

ntubski 03-31-2006 10:02 AM

Instead of ("Chris") you want a function parametre. And may I ask why you have brackets around "Chris"? It's not a function after all.


All times are GMT -5. The time now is 09:03 AM.