'male guy;
female girl;
bool isEngaged = guy.propose(girl); // will return false if guy.isJerk = true or girl.hasDoubtsAboutOurRelationship = true

if(isEngaged){
female child1 = guy + girl; // baby making session number one
while(girl.pregnant || guy.financiallyUnstable){}
male child2 = guy + girl; // baby making session number two

guy.bankAccount.withdrawDollars(10000000); // subtract $10,000,000 from cumulative life savings to support family
girl.weightLbs += 50;
for(;;){} // live out life forever in one monotonous cycle
}
else{
guy.liveHappilyEverAfter();
}’