/*
*
* Our Father which are in heaven, Hallowed be your name.
* Your kingdom come, Your will be done in earth, as it is in heaven.
* Give us this day our daily bread.
* And forgive us our debts, as we forgive our debtors.
* And lead us not into temptation, but deliver us from evil:
* For your is the kingdom, and the power, and the glory, forever. Amen.
*
*/
do {
this.hallow(
this.getParent(this.getHeaven()).getName()
);
this.setKingdom(
this.getParent(this.getHeaven()).getKingdom()
);
if (this.getHeaven().getWill()==this.getParent(this.g etHeaven()).getWill()) {
this.getEarth().setWill(this.getHeaven().getWill() );
}
this.setDailyBread(
new Date(),
this.getParent(this.getHeaven()).getDailyBread(thi s)
);
if (this.forgivenDebts()) {
this.getParent(this.getHeaven()).forgiveDebts(this );
}
for (var i = 0; i < this.getParent(this.getHeaven()).get().length; i += 1) {
if (!this.getParent(this.getHeaven()).get()[i].isTemptation()) {
if (!this.getParent(this.getHeaven()).get()[i].isEvil()) {
this.set(this.getParent(this.getHeaven()).get()[i]);
}
}
}
}
while (
this.getParent(this.getHeaven()).getKingdom()
&
this.getParent(this.getHeaven()).getPower()
&
this.getParent(this.getHeaven()).getGlory()
)
*
* Our Father which are in heaven, Hallowed be your name.
* Your kingdom come, Your will be done in earth, as it is in heaven.
* Give us this day our daily bread.
* And forgive us our debts, as we forgive our debtors.
* And lead us not into temptation, but deliver us from evil:
* For your is the kingdom, and the power, and the glory, forever. Amen.
*
*/
do {
this.hallow(
this.getParent(this.getHeaven()).getName()
);
this.setKingdom(
this.getParent(this.getHeaven()).getKingdom()
);
if (this.getHeaven().getWill()==this.getParent(this.g etHeaven()).getWill()) {
this.getEarth().setWill(this.getHeaven().getWill() );
}
this.setDailyBread(
new Date(),
this.getParent(this.getHeaven()).getDailyBread(thi s)
);
if (this.forgivenDebts()) {
this.getParent(this.getHeaven()).forgiveDebts(this );
}
for (var i = 0; i < this.getParent(this.getHeaven()).get().length; i += 1) {
if (!this.getParent(this.getHeaven()).get()[i].isTemptation()) {
if (!this.getParent(this.getHeaven()).get()[i].isEvil()) {
this.set(this.getParent(this.getHeaven()).get()[i]);
}
}
}
}
while (
this.getParent(this.getHeaven()).getKingdom()
&
this.getParent(this.getHeaven()).getPower()
&
this.getParent(this.getHeaven()).getGlory()
)
Комментарий