P+
Size: a a a
P+
P+
P+
P+
P+
AL
λ
if some_condition &&
another_one_condition {
...
}
P+
P+
P+
if some_condition &&
another_one_condition {
...
}
λ
if self.x < FASIW::get_x() && FASIW::get_x() < self.w
&& self.y < FASIW::get_y() && FASIW::get_y() < self.h
{
1
} else {
2
}
λ
A
if some_condition &&
another_one_condition {
...
}
🦉
A
🦉
🦉
🦉
let is_x_available = ...
let is_y_available = ...
🦉
if is_x_available && is_y_available {
A