D
Dave Young
I'm looking at some code that i've inherited and I'm not really familar with
what's going on here and was hoping somone could explain it to me.
For reference:
f1 is a long
f2 is a long
here's the statement
f1 = (f1 or f2)
I'm curious what the "OR" is doing here. I assume it's some type of
comparison and reassignment based on the comparison but like I said, I'm not
sure I've ever seen this type of operation before and would like someone to
try and explain what's going on here.
Thanks
what's going on here and was hoping somone could explain it to me.
For reference:
f1 is a long
f2 is a long
here's the statement
f1 = (f1 or f2)
I'm curious what the "OR" is doing here. I assume it's some type of
comparison and reassignment based on the comparison but like I said, I'm not
sure I've ever seen this type of operation before and would like someone to
try and explain what's going on here.
Thanks