-
- Infrastructure
- Technical
-
-
-
- Questions
-
- Organization
-
- More Labs
Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
','(element1, element2)
? Can I change that? ','(element1, element2)
is the Prolog representation of a list. Its first argument is the first list element and the second argument is the entire rest of the list. So a list with three elements will have the structure ','(element1, ','(element2, element3))
. The syntax [element1, element2, element3] is just syntactic suggar for the same thing.queryOnce(String)
and queryAll(String)
documented?