What would be the correct way to code a less-than-or-equal object for Axoloti?
XML for the symbol seems to be <=
Using the ==.axo object as a template, this seems like it should work but I get error messages:
<![CDATA[outlet_out= inlet_in1<=inlet_in2 ;]]>
Is there a different/better/correct way to express <= for Axoloti?