Re: What does "#| ... |#" mean?

Andras Simon <[email protected]> Sat, 28 Jun 2008 20:05:56 +0200 (CEST)
Newsgroups gmane.comp.ai.powerloom
Message-ID <[email protected]>

On Sat, 28 Jun 2008, Rich Morin wrote:

> The aircraft.plm example contains the code:
>
>  #|
>  (defrelation Number-Of-Ac
>    :domain Aircraft
>    :range Integer
>    :is (:satisfies (?X ?Y)
>      (Sum
>      (:Collect ?Z (:Exists ?W (Fleet-Size ?W ?X ?Z))) ?Y))
>    :characteristics (:single-valued :read-only))
>  |#
>
> I don't see "#| ... |#" mentioned in the PowerLoom Grammar.
> Could someone please explain what it means?

Comment, probably. See
http://www.lispworks.com/documentation/HyperSpec/Body/02_dhs.htm

Andras