Board index » cppbuilder » a lisp question
Sabetay Toros
![]() CBuilder Developer |
Sabetay Toros
![]() CBuilder Developer |
a lisp question2008-05-01 02:55:17 PM cppbuilder103 Hi, Sory for asking a lisp question in this news group. I'll appreciate very much if someone can answer it. How can I pass an argument with a reference to a function. The default is call by value. Thanks Sabetay |
Chris Uzdavinis (TeamB)
![]() CBuilder Developer |
2008-05-01 10:11:12 PM
Re:a lisp question
Sabetay Toros < XXXX@XXXXX.COM >writes:
QuoteHi, But to answer your question, you sharp-quote the function: #'function-name (and in the function that receives it, it uses either apply or funcall to invoke it.) -- Chris (TeamB); |