Changes between Version 8 and Version 9 of Doc/panc/dml/operators
- Timestamp:
- Mar 2, 2007, 10:43:02 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/panc/dml/operators
v8 v9 21 21 || & || long || bit-wise and || 22 22 || | || long || bit-wise or || 23 || ^ || long || bit-wise exclusive or ||23 || !^ || long || bit-wise exclusive or || 24 24 || && || boolean || logical and || 25 25 || | | || boolean || logical or ||