expression_logical_3.xml
323 Bytes
<?xml version="1.0"?>
<param xml:id='expression_logical_3'>
<get>
<amdaParam name='dst'/>
</get>
<process description="((dst>-7)&(dst<-3))|((-20<dst)&(-10>dst))">Or(And(greater_than($dst,-7),lower_than($dst,-3)),And(lower_than(-20,$dst),greater_than(-10,$dst)))</process>
<output/>
</param>