Changes between Version 7 and Version 8 of Doc/panc/dml/operators
- Timestamp:
- Mar 2, 2007, 10:40:01 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/panc/dml/operators
v7 v8 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 ||