an HP question...
|
10-23-2017, 07:13 AM
Post: #3
|
|||
|
|||
RE: an HP question...
what remaining tests?
e.g. you can have: if (x==1) then ... return; end; if (x==2) then ... return; end; if (x==3) then ... return; end; ...default... return; end; or case: if (x==1) then ... end; if (x==2) then ... end; if (x==3) then ... end; default: ... end; return; I mean, it makes the default statement easier, but that's about it... |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)