Hi. I'm writing a simple program but the following line:
fb(FB):- #count{ X : f(X), b(X)} = FB.
raises a syntax error (at FB after =).
However, by looking (very quickly) at the grammar in the source code, aggregates seems to be supported, but in limited form.
So, is there a way to represent the previously reported line within this tool?
Thanks.
Hi. I'm writing a simple program but the following line:
raises a syntax error (at
FBafter=).However, by looking (very quickly) at the grammar in the source code, aggregates seems to be supported, but in limited form.
So, is there a way to represent the previously reported line within this tool?
Thanks.