:: Re: [DNG] OT: some ancient programm…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Nuno Magalhães
Date:  
À: dng
Sujet: Re: [DNG] OT: some ancient programming language history
On Mon, Jul 27, 2015 at 5:16 PM, Lars Noodén <lars.nooden@???> wrote:
> IIRC the Icon programming language had an exchange operator to swap the
> contents of two variables.
>
>         a :=: b


C:

a = a ^ b;
b = a ^ b;
a = a ^ b;

Much more fun. Them :=: look like weird emoticons.



--
"On the internet, nobody knows you're a dog."