[CM] comments CLISP

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
14 May 2004 10:00:30 -0700


> Hi, is there any way to comment a whole section (like /* blabla */ in C) 
> instead of a line with ;

#|
(...)
|#

-- Fernando