# HG changeset patch # User Sylvain Thénault # Date 1265225719 -3600 # Node ID fd80a06227b33bbec6a19c22fa51ac232464c22b # Parent 83ff2bb898a528e87b63cf3e5af23059e75544f5 document the ~ operator diff -r 83ff2bb898a5 -r fd80a06227b3 doc/book/en/development/devcore/vreg.rst --- a/doc/book/en/development/devcore/vreg.rst Wed Feb 03 20:34:44 2010 +0100 +++ b/doc/book/en/development/devcore/vreg.rst Wed Feb 03 20:35:19 2010 +0100 @@ -76,6 +76,8 @@ means that one of them should return a positive score. On success, the first positive score is returned. +You can also "negate" a selector by precedeing it by the `~` operator. + Of course you can use paren to balance expressions.