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 3339972 commit 63f9573Copy full SHA for 63f9573
js/basicblocks.js
@@ -2217,6 +2217,7 @@ function initBasicProtoBlocks(palettes, blocks) {
2217
trueFalseBlock.booleanZeroArgBlock();
2218
2219
// Only used to excute methods in the Math library
2220
+ /*
2221
var evalBlock = new ProtoBlock('eval');
2222
evalBlock.palette = palettes.dict['number'];
2223
blocks.protoBlockDict['eval'] = evalBlock;
@@ -2230,6 +2231,7 @@ function initBasicProtoBlocks(palettes, blocks) {
2230
2231
evalBlock.defaults.push('abs(x)');
2232
evalBlock.hidden = true; // security hole
2233
evalBlock.defaults.push(-100);
2234
+ */
2235
2236
var modBlock = new ProtoBlock('mod');
2237
modBlock.palette = palettes.dict['number'];
0 commit comments