Spaces:
Runtime error
Runtime error
{ | |
"operator_add": { | |
"opcode": "operator_add", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"NUM1": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
], | |
"NUM2": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 128, | |
"y": 153 | |
}, | |
"operator_subtract": { | |
"opcode": "operator_subtract", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"NUM1": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
], | |
"NUM2": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 134, | |
"y": 214 | |
}, | |
"operator_multiply": { | |
"opcode": "operator_multiply", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"NUM1": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
], | |
"NUM2": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 134, | |
"y": 278 | |
}, | |
"operator_divide": { | |
"opcode": "operator_divide", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"NUM1": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
], | |
"NUM2": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 138, | |
"y": 359 | |
}, | |
"operator_random": { | |
"opcode": "operator_random", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"FROM": [ | |
1, | |
[ | |
4, | |
"1" | |
] | |
], | |
"TO": [ | |
1, | |
[ | |
4, | |
"10" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 311, | |
"y": 157 | |
}, | |
"operator_gt": { | |
"opcode": "operator_gt", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"OPERAND1": [ | |
1, | |
[ | |
10, | |
"" | |
] | |
], | |
"OPERAND2": [ | |
1, | |
[ | |
10, | |
"50" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 348, | |
"y": 217 | |
}, | |
"operator_lt": { | |
"opcode": "operator_lt", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"OPERAND1": [ | |
1, | |
[ | |
10, | |
"" | |
] | |
], | |
"OPERAND2": [ | |
1, | |
[ | |
10, | |
"50" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 345, | |
"y": 286 | |
}, | |
"operator_equals": { | |
"opcode": "operator_equals", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"OPERAND1": [ | |
1, | |
[ | |
10, | |
"" | |
] | |
], | |
"OPERAND2": [ | |
1, | |
[ | |
10, | |
"50" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 345, | |
"y": 372 | |
}, | |
"operator_and": { | |
"opcode": "operator_and", | |
"next": null, | |
"parent": null, | |
"inputs": {}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 701, | |
"y": 158 | |
}, | |
"operator_or": { | |
"opcode": "operator_or", | |
"next": null, | |
"parent": null, | |
"inputs": {}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 705, | |
"y": 222 | |
}, | |
"operator_not": { | |
"opcode": "operator_not", | |
"next": null, | |
"parent": null, | |
"inputs": {}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 734, | |
"y": 283 | |
}, | |
"operator_join": { | |
"opcode": "operator_join", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"STRING1": [ | |
1, | |
[ | |
10, | |
"apple " | |
] | |
], | |
"STRING2": [ | |
1, | |
[ | |
10, | |
"banana" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 663, | |
"y": 378 | |
}, | |
"operator_letter_of": { | |
"opcode": "operator_letter_of", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"LETTER": [ | |
1, | |
[ | |
6, | |
"1" | |
] | |
], | |
"STRING": [ | |
1, | |
[ | |
10, | |
"apple" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 664, | |
"y": 445 | |
}, | |
"operator_length": { | |
"opcode": "operator_length", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"STRING": [ | |
1, | |
[ | |
10, | |
"apple" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 664, | |
"y": 521 | |
}, | |
"operator_contains": { | |
"opcode": "operator_contains", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"STRING1": [ | |
1, | |
[ | |
10, | |
"apple" | |
] | |
], | |
"STRING2": [ | |
1, | |
[ | |
10, | |
"a" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 634, | |
"y": 599 | |
}, | |
"operator_mod": { | |
"opcode": "operator_mod", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"NUM1": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
], | |
"NUM2": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 295, | |
"y": 594 | |
}, | |
"operator_round": { | |
"opcode": "operator_round", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"NUM": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
] | |
}, | |
"fields": {}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 307, | |
"y": 674 | |
}, | |
"operator_mathop": { | |
"opcode": "operator_mathop", | |
"next": null, | |
"parent": null, | |
"inputs": { | |
"NUM": [ | |
1, | |
[ | |
4, | |
"" | |
] | |
] | |
}, | |
"fields": { | |
"OPERATOR": [ | |
"abs", | |
null | |
] | |
}, | |
"shadow": false, | |
"topLevel": true, | |
"x": 280, | |
"y": 754 | |
} | |
} |