I've just added a new operational mode in my
integer factorization calculator where you can use Blockly blocks to perform calculations and integer factorizations. Press the "Blockly mode" to enter it, and "Exit mode" to go to the standard calculator.
This is a lot more powerful than the current batch mode because you can use logic, loops and variables.
Notice that the statements are located in the "Flow control" and "Output" categories. The different functions and operators can be attached to them as in a puzzle.
In the future I will add a tutorial.
Please let me know if there are errors.