Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
Tom,
good question, and we could also ask why people insist on developing new programming languages/environments versus improving what we already have... Frankly, I've yet to see anything done in a current language that couldn't have been incorporated in good ole PL/I..... :) :)
Oh well........
Back on topic, if you think coding:
if a>b;
res = foo;
else;
res = bar;
endif; arr(1) = foo;
arr(2) = bar;
res = arr(%int(a>b)+1);res = ternary(a>b: foo: bar);
Cheers! Hans
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 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.