73
73
<input type =" %txt" />
74
74
</inputs >
75
75
</block-definition >
76
+
77
+ <block-definition category =" Variables" s =" %'a' = %'b'" type =" reporter" >
78
+ <header />
79
+ <code >< #1> = < #2> </code >
80
+ <translations />
81
+ <inputs >
82
+ <input type =" %upvar" >name</input >
83
+ <input type =" %s" >val</input >
84
+ </inputs >
85
+ <script >
86
+ <block s =" doReport" >
87
+ <l />
88
+ </block >
89
+ </script >
90
+ </block-definition >
91
+
92
+ <block-definition category =" Maps" s =" %'name' [ %'arg' ]"
93
+ type =" reporter" >
94
+ <header />
95
+ <code >< #1> [< #2> ]</code >
96
+ <translations />
97
+ <inputs >
98
+ <input type =" %var" >map</input >
99
+ <input type =" %s" >key</input >
100
+ </inputs >
101
+ <script >
102
+ <block s =" doReport" >
103
+ <l />
104
+ </block >
105
+ </script >
106
+ </block-definition >
76
107
<block-definition category =" Numbers" s =" %'a' + %'b'" type =" reporter" >
77
108
<header />
78
109
<code >(< #1> + < #2> )</code >
@@ -101,6 +132,7 @@ else:
101
132
</block >
102
133
</script >
103
134
</block-definition >
135
+
104
136
<block-definition category =" Numbers" s =" %'a' / %'b'" type =" reporter" >
105
137
<header />
106
138
<code >(< #1> / < #2> )</code >
@@ -175,7 +207,7 @@ else:
175
207
<translations />
176
208
<inputs >
177
209
<input type =" %upvar" ></input >
178
- <input type =" %upvar" ></input >
210
+ <input type =" %mult% upvar" ></input >
179
211
<input type =" %s" ></input >
180
212
</inputs >
181
213
<script >
@@ -189,8 +221,8 @@ else:
189
221
<code >< #1> (< #2> )</code >
190
222
<translations />
191
223
<inputs >
192
- <input type =" %upvar " ></input >
193
- <input type =" %s" ></input >
224
+ <input type =" %txt " ></input >
225
+ <input type =" %mult% s" ></input >
194
226
</inputs >
195
227
<script >
196
228
<block s =" doReport" >
@@ -749,7 +781,7 @@ else:
749
781
<inputs >
750
782
<input type =" %s" />
751
783
<input type =" %s" />
752
- <input type =" %mult%txt " />
784
+ <input type =" %mult%upvar " />
753
785
</inputs >
754
786
<script >
755
787
<block s =" doReport" >
0 commit comments