Post Reply 
Prime crashes while deleting Home vars
09-29-2015, 06:21 AM
Post: #13
RE: Prime crashes while deleting Home vars
Hello,

Yes, it does support block nesting, BUT you can not create an "anonymous" block like that...

Blocks are created when you use If Then else end, and other loop constructs...
Basically, IF THEN ELSE END is internally the
IFTE function which takes 2 or 3 arguments. A condition and 1/2 program blocks (Instruction Sequence in internal linguo).
same story for Loops and case statements...

Maybe I should add support for blocks. They can be useful every now and then (for exactly this reason, local locals)...

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Prime crashes while deleting Home vars - cyrille de brébisson - 09-29-2015 06:21 AM



User(s) browsing this thread: 1 Guest(s)