expression_logical_2.xml 234 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <?xml version="1.0"?> <param xml:id='expression_logical_2'> <get> <amdaParam name='dst'/> </get> <process description="(-7<dst)&(dst<-3)">And(lower_than(-7,$dst),lower_than($dst,-3))</process> <output/> </param>