Merge pull request #2466 from melted/doc_op

List unavailable operators
This commit is contained in:
Niklas Larsson 2015-07-24 15:42:36 +02:00
commit 6b062beae0

View File

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