Person alex;
Person mom;
if (lenin.isAlive()) {
alex.work();
alex.visit(mom);
} else {
while (alex.manages) {
alex.hideEndofEastGermanyFrom(mom);
}
if (alex.givesUp()) {
alex.move(mom);
}
}
Person mom;
if (lenin.isAlive()) {
alex.work();
alex.visit(mom);
} else {
while (alex.manages) {
alex.hideEndofEastGermanyFrom(mom);
}
if (alex.givesUp()) {
alex.move(mom);
}
}