×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

And

614 bytes added, 11:59, 18 January 2012
Created page with "A logical (Boolean) operator that returns <syntaxhighlight>True</syntaxhighlight> only if both of its operands are true. Logical operators are used in logical (Boolean) expres..."
A logical (Boolean) operator that returns <syntaxhighlight>True</syntaxhighlight> only if both of its operands are true. Logical operators are used in logical (Boolean) expressions that operate with true/false values.

==== Usage ====
<syntaxhighlight>E1 And E2</syntaxhighlight>

Where: <syntaxhighlight>E</syntaxhighlight> - true/false expressions

==== Example ====
2=1 <syntaxhighlight>And</syntaxhighlight> 2=2 will return a value of <syntaxhighlight>False

True And True And True</syntaxhighlight> will return a value of <syntaxhighlight>True</syntaxhighlight>



[[Category:Comparisons and Loops]]
Anonymous user

Navigation menu