Re: meta predicate call
"Richard A. O'Keefe" <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 30/08/2013, at 6:50 AM, Josef Frydl wrote: > ?- F =..[is_list,[1,2,3]],call(F). > F = is_list([1, 2, 3]). > > ?- > why F is not executed What makes you think it wasn't?