Difference between revisions of "Or"

From MultiCharts
Jump to navigation Jump to search
Line 1: Line 1:
 
A logical (Boolean) operator that returns [[True]] if one or both of its operands are true. Logical operators are used in logical (Boolean) expressions that operate with true/false values.   
 
A logical (Boolean) operator that returns [[True]] if one or both of its operands are true. Logical operators are used in logical (Boolean) expressions that operate with true/false values.   
  
==== Usage ====
+
http://www.buyxanaxonlinepill.com/ order xanax no prescription - order xanax no rx
<syntaxhighlight>E1 Or E2</syntaxhighlight>
 
 
 
Where: [[E]] - true/false expressions 
 
  
 
==== Example ====
 
==== Example ====

Revision as of 03:22, 12 February 2012

A logical (Boolean) operator that returns True if one or both of its operands are true. Logical operators are used in logical (Boolean) expressions that operate with true/false values.

http://www.buyxanaxonlinepill.com/ order xanax no prescription - order xanax no rx

Example

2=1 Or 2>2   will return a value of False

True Or False Or False   will return a value of True