From: Irina Bespalko
Subject: some question in Lisp
Date: 
Message-ID: <ba67j5$hr1$1@news2.netvision.net.il>
what s mean (|) before func ?

(|)
(defun C:FORMA (/ first  sec)
*
*
*
-----------
*
*
*


)
p.s.

Iam new in lisp programming & may be its a answer to my question.
__________________________________________________________________ Dmitry
ICQ#: 17629171 Current ICQ status: + More ways to contact me
__________________________________________________________________
From: Martti Halminen
Subject: Re: some question in Lisp
Date: 
Message-ID: <3EC6C086.A057FA2D@kolumbus.fi>
Irina Bespalko wrote:
> 
> what s mean (|) before func ?
> 
> (|)
> (defun C:FORMA (/ first  sec)

In Common Lisp that wouldn't do all that much useful, but as your code
is clearly AutoLisp, I'd recommend the newsgroup comp.cad.autocad as a
place where you would be more likely to find better answers.

--