Advertisement
amigojapan

simple confitional for stepper test

Apr 2nd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.90 KB | None | 0 0
  1. <xml xmlns="http://www.w3.org/1999/xhtml">
  2.   <block type="conditional_block" x="9" y="3">
  3.     <field name="cond">7&gt;5</field>
  4.     <field name="comment">no comment</field>
  5.     <next>
  6.       <block type="output_block">
  7.         <field name="out">"1"</field>
  8.         <field name="comment">no comment</field>
  9.         <next>
  10.           <block type="end_conditional_block">
  11.             <next>
  12.               <block type="output_block">
  13.                 <field name="out">"2"</field>
  14.                 <field name="comment">no comment</field>
  15.                 <next>
  16.                   <block type="process_block">
  17.                     <field name="proc">END_HERE()</field>
  18.                     <field name="comment">no comment</field>
  19.                   </block>
  20.                 </next>
  21.               </block>
  22.             </next>
  23.           </block>
  24.         </next>
  25.       </block>
  26.     </next>
  27.   </block>
  28. </xml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement