Search found 1 match

by sky_coder
Fri Nov 30, 2012 11:33 pm
Forum: Homework
Topic: What is the use of '&' symbol ?
Replies: 1
Views: 10891

What is the use of '&' symbol ?

I have been wondering what is the use of '&' symbol.

For example ...

Code: Select all

(defun abc ( attr goal &opt prior &aux (tree nil) ) 
...
 )