erg/tests/should_ok/slice.er
2023-08-23 12:12:55 +09:00

2 lines
53 B
Python

_ = [1, 2, 3][1] + 1
_ = ["c"] + ["a", "b"][1..1000]