About 19,000,000 results
Open links in new tab
  1. java - "Content is not allowed in prolog" when parsing perfectly …

    Jun 13, 2010 · Hi Romain, thanks for the response! I've double and triple checked many times for anything in the buffer prior to the prolog (including hidden characters) but there simply isn't …

  2. Prolog Create a List - Stack Overflow

    Prolog Create a List Asked 13 years, 7 months ago Modified 7 years, 7 months ago Viewed 38k times

  3. Prolog, "or" operator for rule statments - Stack Overflow

    In Prolog, an "or" operator is ;. Or it can be achieved by having different clauses for the predicate. Let's see what happens if your first alternative turns out to hold:

  4. list - What is "!" in Prolog - Stack Overflow

    Specifically, Prolog will never consider the third clause of your nrSubliste/2 rule, i.e. the one ignoring list head with _, if H in the second clause is such that munteMain(H) succeeds. Note …

  5. Prolog - compare two numbers - Stack Overflow

    Apr 30, 2014 · Prolog - compare two numbers Asked 11 years, 7 months ago Modified 3 years, 9 months ago Viewed 15k times

  6. Newest 'prolog' Questions - Stack Overflow

    Sep 29, 2016 · How do I represent and manipulate atoms with capital letters in Prolog, without them being interpreted as variables? I'm developing a program in Prolog that interprets a …

  7. prolog - User Input , How can we do it? - Stack Overflow

    How can we get something from user in prolog : for example : animal (dog). animal (cat). write ('please type animal name:'),nl. /* How to read from user and store it to X and then check that …

  8. forall - Prolog - Stack Overflow

    Dec 12, 2010 · Can someone explain how should the predefine predicate forall to find the minimum values within a list?

  9. prolog - How to concatenate two atoms/strings? - Stack Overflow

    Jun 30, 2016 · I'm trying to find out how to concatenate two atoms: A = 'my ', B = 'atom', How can I concatenate these two atoms so that the result is: 'my atom' ?

  10. Turning off warnings in swi-prolog - Stack Overflow

    Oct 18, 2020 · How Can I turn off warnings in swi-prolog. Clauses of XXX/AA are not together in the source-file is very annoying.