Re: writting anonymous variables in a file
db <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Le 03/02/2014 15:43, db a écrit : > I want to write atoms with anonymous variables, > like p(_, _), in a file, > but in the file, each anonymous variable (_) have been replaced > by a named anonymous variable, for example _906541. a NAMED variable (not a named anonymous variable). Dominique