Name: Anonymous 2012-01-01 5:46
if i set the value of a symbol to a function, how do i call it with that symbol?
(setq a #'append)
(a ... ) <--how do i do this?
thanks
(setq a #'append)
(a ... ) <--how do i do this?
thanks