Re: (Un)expected syntax error
"Richard A. O'Keefe" <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 30/07/2013, at 8:57 PM, Jan Wielemaker wrote: > Yes. volatile is a high priority operator. > Putting it in '...' doesn't stop that (which I > still think is a mistake Jan, you know the reason for that. It's so that we can use things like 'Det' as operators, which would not otherwise be legal. Possibly the most surprising thing here is volatile being an operator at all.