Sujet : Re: Top 10 most common hard skills listed on resumes...
De : bc (at) *nospam* freeuk.com (Bart)
Groupes : comp.lang.cDate : 06. Sep 2024, 11:35:16
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbeick$p6kd$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : Mozilla Thunderbird
On 05/09/2024 22:37, James Kuyper wrote:
On 9/5/24 12:54, Kaz Kylheku wrote:
On 2024-09-05, Waldek Hebisch <antispam@fricas.org> wrote:
...
You seem to miss the point that assigment operator is fundamentally
assymetic.
>
Both sides of an assignment can be complex expressions that designate
an object (though the right side need not).
So you've correctly identified the very fundamental asymmetry.
Sure, if you want to completely disregard all the cases where the symmetry does exist.
That means that for you, there is no interesting difference (using my example of assigning A to itself) in a language where you write 'A = A', and one where you write 'A = .A'.
(I'd be interested in how, in the latter language, you'd write the equivalent of 'A = A = A' in C, since the middle term is both on the left of '=', and on the right!)