Open
Description
When the cursor is in a cell (no selection) and "Simplify" is selected from General Math, the expression is copied with its semicolon. Since the semicolon is syntactically incorrect in the current context, the simplification fails, and the expression must be corrected manually.
I suggest stripping out the semicolon before copying the cell's text. If a cell contains multiple statements, call the math function once for each input, separating the inputs by the semicolons.