Skip to content

Instantly share code, notes, and snippets.

@edgarjcfn
Created March 21, 2017 13:28
Show Gist options
  • Save edgarjcfn/e5e30ec84e08a4e9d8adec6fd27805a3 to your computer and use it in GitHub Desktop.
Save edgarjcfn/e5e30ec84e08a4e9d8adec6fd27805a3 to your computer and use it in GitHub Desktop.
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="controls_if" id="Cl;=n-9N5#itY)ol]^vn" x="113" y="213">
<mutation else="1"></mutation>
<value name="IF0">
<block type="logic_compare" id="f-0|pb()3NlFw(*e)H}]">
<field name="OP">LTE</field>
<value name="A">
<block type="math_number" id="Eld=+eF]T(Y5JffZpBO=">
<field name="NUM">13</field>
</block>
</value>
<value name="B">
<block type="math_number" id="6Y2k0}^.i$`v3d^xT[U:">
<field name="NUM">5</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="text_print" id="*Pm^|^b$5YJ~}4NGt#%)">
<value name="TEXT">
<shadow type="text" id="OxW|]~,2Fa;3p|UumF7C">
<field name="TEXT">This executes if the condition is TRUE</field>
</shadow>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="text_print" id="LD=,Ko_.X]81B!Ae!::i">
<value name="TEXT">
<shadow type="text" id=".%2ww)loRABt3dLp^1=#">
<field name="TEXT">This executes if the condition is FALSE</field>
</shadow>
</value>
</block>
</statement>
</block>
</xml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment