We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2437c59 commit aecb3b7Copy full SHA for aecb3b7
exercises/forth/canonical-data.json
@@ -213,6 +213,24 @@
213
"instructions": ["2 4 * 3 /"]
214
},
215
"expected": [2]
216
+ },
217
+ {
218
+ "uuid": "",
219
+ "description": "multiplication and addition",
220
+ "property": "evaluate",
221
+ "input": {
222
+ "instructions": ["1 3 4 * +"]
223
224
+ "expected": [13]
225
226
227
228
+ "description": "addition and multiplication",
229
230
231
+ "instructions": ["1 3 4 + *"]
232
233
+ "expected": [7]
234
}
235
]
236
0 commit comments