×

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

Not

61 bytes added, 10:45, 19 February 2012
m
Print("10 > 1 is ",condition1, spaces(5), "Not 10 > 1 is ", condition2);
</syntaxhighlight>
ReturnsWhich gives the following output in the PowerLanguage Editor log:
<syntaxhighlight>
10 > 1 is TRUE Not 10 > 1 is FALSE
Print("10 > 100 is ",condition1, spaces(5), "Not 10 > 100 is ", condition2);
</syntaxhighlight>
Returns Which gives the following:
<syntaxhighlight>
10 > 100 is FALSE Not 10 > 100 is TRUE

Navigation menu