// note: Song of Ascents/Pilgrim Song

if (person.Trust(GOD))
    Is<Comparable>(person.Stability, MountZion.Stability)

Assert<Comparable>(Mountains.Surround(Jerusalem), GOD.Surround(GOD.People))
forever(GOD.Surround(GOD.People))
ScepterOf(Wickedness).Not<Visit>(LandOf(Righteous))
LandOf(Righteous).Not<Do>(Wrong)

if (person.Do(Good) and person.Heart.Is(Upright))
    GOD.Do<Good>(person)

if (person.Ways.Are(Crooked))
    GOD.Banish(person)

Bring<Peace>(Israel)