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

9 lines
130 B
Text
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
c += a
c -= a
c *= a
c /= a
c ^= a
c <<= n
c >>= n
c &= a