EG
Size: a a a
EG
EG
EG
S
H
ΑZ
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)
}
ΑZ
match len() > 0 ?EG
match len() > 0 ?EG
match len() {
0 => ...,
_ => ...,
}ΑZ
EG
ΑZ
ΑZ
H
V
H
ΑZ
T1
T1
T1