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
A multifield wildcard, denoted by a +MATCH.somename, matches any value in zero or more fields in a pattern entity.
+MATCH.somename
The text was updated successfully, but these errors were encountered:
An incomplete (greedy) implementation is available in this branch.
Sorry, something went wrong.
Hi, I have this program in CLIPS, how to use multi and single field in one MATCH? Thank you.
(deffacts numbers (number 1 2 8 3 5) ) (defrule print_number (number $?first ?middle $?last) => (printout t ?last crlf) )
@nilp0inter Hi multifield wildcards is very important to me. Is imeplementation ready for merge and relese?
nilp0inter
No branches or pull requests
A multifield wildcard, denoted by a
+MATCH.somename
, matches any value in zero or more fields in a pattern entity.The text was updated successfully, but these errors were encountered: