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


Ignore:
Timestamp:
Mar 2, 2007, 10:40:01 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

    v7 v8  
    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 ||