Guest User

Untitled

a guest
May 26th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <xml id="toolbox" style="display: none">
  2. <category name="Logic">
  3. <block type="controls_if"></block>
  4. <block type="logic_compare"></block>
  5. <block type="logic_operation"></block>
  6. <block type="logic_negate"></block>
  7. <block type="logic_boolean"></block>
  8. </category>
  9. <category name="Loops">
  10. <block type="controls_repeat_ext">
  11. <value name="TIMES">
  12. <block type="math_number">
  13. <field name="NUM">10</field>
  14. </block>
  15. </value>
  16. </block>
  17. <block type="controls_whileUntil"></block>
  18. <block type="controls_for">
  19. <field name="VAR">i</field>
  20. <value name="FROM">
  21. <block type="math_number">
  22. <field name="NUM">1</field>
  23. </block>
  24. </value>
  25. <value name="TO">
  26. <block type="math_number">
  27. <field name="NUM">10</field>
  28. </block>
  29. </value>
  30. <value name="BY">
  31. <block type="math_number">
  32. <field name="NUM">1</field>
  33. </block>
  34. </value>
  35. </block>
  36. </category>
  37. <category name="Math">
  38. <block type="math_number">
  39. <field name="NUM">123</field>
  40. </block>
  41. <block type="math_arithmetic"></block>
  42. <block type="math_single"></block>
  43. </category>
  44. <category name="Text">
  45. <block type="text"></block>
  46. <block type="text_length"></block>
  47. <block type="text_print"></block>
  48. </category>
  49. </xml>
Add Comment
Please, Sign In to add comment