Hi y'all.

Consider:

      system(($?OS eq any <MSWin32 mingw>) ?? 'cls' !! 'clear');

Is it already legal syntax to write, or, if not, would it be possible
and desirable to allow:

      system('cls' !! 'clear' ?? ($?OS eq any <MSWin32 mingw>));

?

If your answer is that it's not yet legal but perhaps ought to be,
then can this be done outside of core (a macro perhaps?) or would it
have to be part of core?

If your answer is no, then how best would one express what the above
is trying to, retaining the endweighting of alternatives at start,
selection logic at end?

Finally, but very importantly imo, what if there are 3 or more
alternatives?

love, raiph

Reply via email to