HP Forums
Ver. 6940 CAS constructs - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Ver. 6940 CAS constructs (/thread-2547.html)



Ver. 6940 CAS constructs - Helge Gabert - 12-03-2014 06:00 PM

Nice how CAS constructs (#CAS . . . #endWink integrate now with PPL programs! This is quite an improvement to the previous firmwares. Thanks!

But is this documented anywhere? I can't seem to find it in, say, the user guide or quick start guide.


RE: Ver. 6940 CAS constructs - Tim Wessman - 12-03-2014 06:11 PM

Unfortunately not due to the limited scope of the documentation work that could be done for this release. (basically, the whole time was used to rework the manual from one format to another enabling quicker updates/translations moving forward)

It is pretty simple though. Anything inside that block is executed by the CAS just as if you typed it in on the CAS screen any time you compile the program source file.


RE: Ver. 6940 CAS constructs - Helge Gabert - 12-03-2014 09:13 PM

Thanks!