Bruno BELANYI
7d6dce936a
For syntax purposes it's part of the number, but it looks better when highlighted as an operator.
10 lines
101 B
Plaintext
10 lines
101 B
Plaintext
foo = bar
|
|
// ^ operator
|
|
|
|
foo += 1
|
|
// ^ operator
|
|
|
|
foo = -1 + 2
|
|
// ^ operator
|
|
// ^ operator
|