oh yeah, the pilog definitions! sorry, here they are: (be vertical (line (point @X @Y) (point @X @Z))) (be horizontal (line (point @X @Y) (point @Z @Y)))
and the query: (? (vertical line (point 1 2) (point 1 3))) On Tue, Jul 3, 2018, 01:20 Alexander Burger <[email protected]> wrote: > On Tue, Jul 03, 2018 at 12:21:13AM -0500, Bruno Franco wrote: > > I had too many parentheses in the query. > > > > The correct form is: > > (? (vertical line (point 1 2) (point 1 3))) > > No, this does not look right. We can't tell much unless we know all your > definitions. > > —Alex > > -- > UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe >
