• @Agent641
    link
    110 months ago

    What does the walrus operator do?

    • @mumblerfish
      link
      110 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.