List unavailable operators

Fixes #1162

There is already an error message for it
This commit is contained in:
Niklas Larsson 2015-07-24 13:17:00 +02:00
parent dda41af21d
commit fc4b908c80

View File

@ -105,6 +105,10 @@ symbols:
:+-*/=_.?|&><!@$%^~.
Some operators built from these symbols can't be user defined. These are
``:``, ``=>``, ``->``, ``<-``, ``=``, ``?=``, ``|``, ``**``,
``==>``, ``\\``, ``%``, ``~``, ``?``, and ``!``.
Functions
=========