mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 06:36:17 +07:00
7 lines
53 B
Python
7 lines
53 B
Python
foo = 1
|
|
foo += 1
|
|
|
|
while True:
|
|
foo += 2
|
|
# <ref>
|