RosettaCodeData/Task/Variables/Visual-Basic-.NET/variables-8.vb

9 lines
130 B
VB.net

c += a
c -= a
c *= a
c /= a
c ^= a
c <<= n
c >>= n
c &= a