We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:- is used to separate the head and body of a rule in AnsProlog: foo :- bar(X), baz(X).
:-
foo :- bar(X), baz(X).
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! I think this only can be added with space right after -. Otherwise it will conflict with stuff like {x:-1}
-
{x:-1}
Sorry, something went wrong.
That's alright, since most people would put a space (or a tab) after the - anyway. Thanks!
Will be in v6 as cv26
cv26
d1737c0
No branches or pull requests
:-
is used to separate the head and body of a rule in AnsProlog:foo :- bar(X), baz(X).
Thanks!
The text was updated successfully, but these errors were encountered: