hi, i'm sorry to bother you; but i was wondering what the function of the OR
operator was in terms of numbers:
num0 = num1 or num2
i wrote me a little thing to try and see the effects and if the numbers are
close, they add up; if they're real far apart, it gives the bigest only, and
sometimes it gives the biggest +1 or +2.
could someome please confirm the effects.
thanks in advance
Dan.
operator was in terms of numbers:
num0 = num1 or num2
i wrote me a little thing to try and see the effects and if the numbers are
close, they add up; if they're real far apart, it gives the bigest only, and
sometimes it gives the biggest +1 or +2.
could someome please confirm the effects.
thanks in advance
Dan.
Comment