Remix.run Logo
wholinator2 13 hours ago

I'd seen the := in programming for years but always thought it was basically just =. Thank you for your explanation!

roywiggins 12 hours ago | parent [-]

I will say that in programming it's commonly used as assignment, which isn't quite the same thing as definition. golang uses it to declare variables so that's pretty close