File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -1000,18 +1000,35 @@ const operators = function (isInitialSetup) {
1000
1000
</shadow>
1001
1001
</value>
1002
1002
</block>
1003
- <block type="operator_advMath">
1003
+ <block type="operator_power">
1004
+ <value name="NUM1">
1005
+ <shadow type="math_number">
1006
+ <field name="NUM"/>
1007
+ </shadow>
1008
+ </value>
1009
+ <value name="NUM2">
1010
+ <shadow type="math_number">
1011
+ <field name="NUM"/>
1012
+ </shadow>
1013
+ </value>
1014
+ </block>
1015
+ <block type="operator_advMathExpanded">
1004
1016
<value name="ONE">
1005
1017
<shadow type="math_number">
1006
- <field name="NUM">1 </field>
1018
+ <field name="NUM">3 </field>
1007
1019
</shadow>
1008
1020
</value>
1009
- <field name="OPTION">^</field>
1010
1021
<value name="TWO">
1011
1022
<shadow type="math_number">
1012
1023
<field name="NUM">2</field>
1013
1024
</shadow>
1014
1025
</value>
1026
+ <field name="OPTION">root</field>
1027
+ <value name="THREE">
1028
+ <shadow type="math_number">
1029
+ <field name="NUM">16</field>
1030
+ </shadow>
1031
+ </value>
1015
1032
</block>
1016
1033
${ blockSeparator }
1017
1034
<block type="operator_random">
@@ -1212,7 +1229,7 @@ const operators = function (isInitialSetup) {
1212
1229
</shadow>
1213
1230
</value>
1214
1231
</block>
1215
- <block type="operator_getLettersFromIndexToIndexInText ">
1232
+ <block type="operator_getLettersFromIndexToIndexInTextFixed ">
1216
1233
<value name="INDEX1">
1217
1234
<shadow type="math_number">
1218
1235
<field name="NUM">2</field>
You can’t perform that action at this time.
0 commit comments