Re: What does "#| ... |#" mean?
Andre Valente <[email protected]> Sat, 28 Jun 2008 11:13:47 -0700
| Newsgroups | gmane.comp.ai.powerloom |
|---|---|
| Organization | Alelo TLT, LLC |
| Message-ID | <[email protected]> |
Yes, this is the CommonLisp multi-line comment syntax. You can also use a semicolon to create a comment in the remainder of a single line. Stella and PowerLoom adopt a lot of elements from the CommonLisp syntax. Cheers, Andre Andras Simon wrote: > > 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 > _______________________________________________ > powerloom-forum mailing list > [email protected] > http://mailman.isi.edu/mailman/listinfo/powerloom-forum