• @mumblerfish
    link
    48 months ago

    Mathematica also has an === operator. And :=.

    • lurch (he/him)
      link
      fedilink
      88 months ago

      It’s also very language specific, like Pascal/Delphi also have “:=” for assignments and “=” for comparison, etc

    • @Agent641
      link
      18 months ago

      What does the walrus operator do?

      • @mumblerfish
        link
        18 months ago

        I think it’s called ‘delayed assignment’. So it is almost like =, but you can use arguments to define functions, f[a_]:=a+2.