python2ruby/test/lexer/11.in
2025-11-25 16:48:33 +01:00

10 lines
73 B
Text

x += 1
y -= 2
z *= 3
a /= 4
b %= 5
c &= 6
d |= 7
e ^= 8
f <<= 9
g >>= 10