Liste des Groupes | Revenir à cl c |
On Sun, 8 Sep 2024 05:44:16 +0200
Janis Papanagnou <janis_papanagnou+ng@hotmail.com> wrote:
On 06.09.2024 13:34, Bart wrote:>>
In more complicated cases in languages, then some asymmetry does
come up. For example, suppose C allowed this (my language allows the
equivalent):
>
(c ? a : b) = x;
In Algol 68 you can write
>
IF c THEN a ELSE b FI := x
>
or, in a shorter form, as
>
( c | a | b ) := x
>
if you prefer.
>
Are you sure?
It seems to me that you got it backward.
Les messages affichés proviennent d'usenet.