mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
|
# Various parenthesis maintenance/trimming.
|
||
|
if (a.b && c[d] + (x < 4 || z + b)) {
|
||
|
y = z - (y - (x - !(b - d)))
|
||
|
a += [
|
||
|
"a",
|
||
|
"b",
|
||
|
"c",
|
||
|
] - ([ "x" ] - [ "y" ])
|
||
|
}
|