mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
14 lines
92 B
Plaintext
14 lines
92 B
Plaintext
a = 12
|
|
if some_cond:
|
|
b = 1
|
|
|
|
c =
|
|
<begin>
|
|
foo(boo(a) + 123 * b)
|
|
<end>
|
|
|
|
<result>
|
|
In:
|
|
a
|
|
b
|
|
Out: |