+1 888 340 6572

And: Difference between revisions

From MultiCharts
No edit summary
Line 1: Line 1:
A logical (Boolean) operator that returns [[True]] only if 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]] only if 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/ buy xanax online no prescription - xanax to buy
<syntaxhighlight>E1 And E2</syntaxhighlight>


Where: [[E]]- true/false expressions
==== Example ====
==== Example ====
<syntaxhighlight>2=1 And 2=2  will return a value of False  
<syntaxhighlight>2=1 And 2=2  will return a value of False  

Revision as of 16:46, 12 February 2012

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

http://www.buyxanaxonlinepill.com/ buy xanax online no prescription - xanax to buy

Example

2=1 And 2=2   will return a value of False 

True And True And True   will return a value of True