mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
30 lines
1.1 KiB
Python
30 lines
1.1 KiB
Python
a++
|
|
b--
|
|
++a
|
|
--b
|
|
a++c
|
|
c--b
|
|
a(--a)
|
|
|
|
|
|
|
|
a : source.python
|
|
++ : invalid.illegal.operator.python, source.python
|
|
b : source.python
|
|
-- : invalid.illegal.operator.python, source.python
|
|
++ : invalid.illegal.operator.python, source.python
|
|
a : source.python
|
|
-- : invalid.illegal.operator.python, source.python
|
|
b : source.python
|
|
a : source.python
|
|
++ : invalid.illegal.operator.python, source.python
|
|
c : source.python
|
|
c : source.python
|
|
-- : invalid.illegal.operator.python, source.python
|
|
b : source.python
|
|
a : meta.function-call.generic.python, meta.function-call.python, source.python
|
|
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
|
|
-- : invalid.illegal.operator.python, meta.function-call.arguments.python, meta.function-call.python, source.python
|
|
a : meta.function-call.arguments.python, meta.function-call.python, source.python
|
|
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
|