an HP question...
|
10-23-2017, 07:44 AM
Post: #5
|
|||
|
|||
RE: an HP question...
(10-23-2017 07:13 AM)webmasterpdx Wrote: what remaining tests? This is assuming the case statement is the last one before the return. If you have some instructions after the case: case: if (x==1) then ... end; if (x==2) then ... end; if (x==3) then ... end; default: ... end; <some more instructions> return; then if x==2 the execution will go directly from the end of the if (x==2) sequence to <some more instructions>, skipping the remaining if and default. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)