solorice/vscodium/extensions/magicstack.magicpython-1.1.1/test/semicolon/semi1.py
2022-04-28 21:17:01 +03:00

15 lines
394 B
Python

a;
;
a=1; b
a : source.python
; : invalid.deprecated.semicolon.python, source.python
; : invalid.deprecated.semicolon.python, source.python
a : source.python
= : keyword.operator.assignment.python, source.python
1 : constant.numeric.dec.python, source.python
; : source.python
b : source.python