File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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 =" %n" >val</input >
84
+ </inputs >
85
+ <script >
86
+ <block s =" doReport" >
87
+ <l />
88
+ </block >
89
+ </script >
90
+ </block-definition >
76
91
<block-definition category =" Numbers" s =" %'a' + %'b'" type =" reporter" >
77
92
<header />
78
93
<code >(< #1> + < #2> )</code >
@@ -101,6 +116,7 @@ else:
101
116
</block >
102
117
</script >
103
118
</block-definition >
119
+
104
120
<block-definition category =" Numbers" s =" %'a' / %'b'" type =" reporter" >
105
121
<header />
106
122
<code >(< #1> / < #2> )</code >
You can’t perform that action at this time.
0 commit comments