diff --git a/blocks_vertical/operators.js b/blocks_vertical/operators.js index 1caa04481c..24aa937c03 100644 --- a/blocks_vertical/operators.js +++ b/blocks_vertical/operators.js @@ -468,3 +468,17 @@ Blockly.Blocks['operator_mathop'] = { }); } }; + +Blockly.Blocks['operator_tofixed'] = { + "message0": Blockly.Msg.OPERATORS_TOFIXED, + "args0": [ + { + "type": "input_value", + "name": "NUM1", + }, + { + "type": "input_value", + "name": "NUM2", + } + ] +}