mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
10 lines
99 B
Python
10 lines
99 B
Python
|
|
# Test several statement types
|
|
|
|
# small ones, seperated by ';':
|
|
|
|
if True:
|
|
5;4;
|
|
b=4
|
|
b;
|