I read the bash man page on this, but I do not understand the difference. I tested both of them out and they seem to produce the exact same results.
I want to set a
${var:=word}
equals
var=${var:-word}