mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
7 lines
53 B
Python
7 lines
53 B
Python
foo = 1
|
|
foo += 1
|
|
|
|
while True:
|
|
foo += 2
|
|
# <ref>
|