Т8
Size: a a a
Т8
VV
SP
EG
p
p
в
в
p
SP
if some condition:
x=somefunction(arg1, arg2, arg3)
else:
x=otherfunc(a,b,c)
x = if some condition {
somefunction(arg1, arg2, arg3)
} else {
other(a,b,c)
}
SP
H
H
H
SP
p
if some condition:
x=somefunction(arg1, arg2, arg3)
else:
x=otherfunc(a,b,c)
x = if some condition {
somefunction(arg1, arg2, arg3)
} else {
other(a,b,c)
}
p
H
matchв