Changes between Version 8 and Version 9 of Doc/panc/dml/operators


Ignore:
Timestamp:
Mar 2, 2007, 10:43:02 PM (19 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Charles Loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/panc/dml/operators

    v8 v9  
    2121|| & || long || bit-wise and ||
    2222|| | || long || bit-wise or ||
    23 || ^ || long || bit-wise exclusive or ||
     23|| !^ || long || bit-wise exclusive or ||
    2424|| && || boolean || logical and ||
    2525|| | | || boolean || logical or ||