blob: 0ab2c58c5a3ce9113abf905c45dedbcedac9dcb1 [file] [log] [blame]
<?xml version="1.0" ?>
<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0">
<state id="wrapper">
<transition event="OP.INSERT">
<if cond="_event.data.operator == 'OPER.PLUS'">
<Assign location="long_expr" expr="long_expr+'-'" />
</if>
</transition>
</state>
</scxml>