Files
RustPython/extra_tests/snippets/syntax_statement.py
2022-05-04 02:54:59 +09:00

10 lines
99 B
Python

# Test several statement types
# small ones, seperated by ';':
if True:
5;4;
b=4
b;