|
I think I'd vote for it, as well.
Does anyone else find the redundancy between the select block and the
if-elseif-else block a little disconcerting? Seems to me that there
should be a clear distinction between the two. There never can be at
this point, so I tend to use a relatively inconsistent mix of the two
in my code based on what mood I am in. But the select syntax has a
potentially game changing syntax.
select <variable>;
when <value>;
...
when <value>;
...
when <value>;
...
other;
...
endsl;
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.