We are looking at the programming for Mathcad Prime, and are considering several options. One is to keep programming pretty much as it is in Mathcad 14, and enhance it with user suggestions.
Another option is to put programming inside a box like the Solve Block box in Mathcad Prime. That would make it easier to do some things that users have been asking for:
* break up programs into blocks
* make programs look like programs in other applications
* break programs over pages
* add comments on the same line
* easier to edit a program
* could have disabled regions in program (not just the entire program.
Disadvantage: could not use program box inside an equation, like 1 + program. Perhaps we could do something special like if.
Another option is for programming to be more like it is in Mathcad currently, with it being a special type of equation.
Advantages:
* More like previous Mathcad
* can be used inside another equation
* more restrictive (so easier for new users to learn)
Disadvantages:
* Can not be easily broken across pages
* harder to edit
* can not easily add comments on the same line
We'd like to go with box version, but want to check if any of you see problems with it. Do you use inline programs inside equations? Whichever way we go, we would ensure backwards compatibility with previous programs. I've been recording requests, both recently and from previous requests, so we will implement as much as we can.
Let us know what you think.
Mona