Re: Difficulties with \
Kilian Evang <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Hi joel, \sin denotes a term with functor \ and sin as an argument. To get the atom you want, you can write it as a quoted atom: '\\sin'. Best, Kilian