mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
16 lines
380 B
Plaintext
16 lines
380 B
Plaintext
<xml xmlns="https://developers.google.com/blockly/xml">
|
|
<block type="math_arithmetic">
|
|
<field name="OP">ADD</field>
|
|
<value name="A">
|
|
<shadow type="math_number">
|
|
<field name="NUM">1</field>
|
|
</shadow>
|
|
</value>
|
|
<value name="B">
|
|
<shadow type="math_number">
|
|
<field name="NUM">1</field>
|
|
</shadow>
|
|
</value>
|
|
</block>
|
|
</xml>
|