<!-- Author: Asaph -->

Assert<true>(GOD.Is(LordOfAll))

GOD.Speaks<to>(Earth.People.All)
GOD.Descend<from>(Heaven).Preceded<by>(Fire)

with (Cosmos as Court AND GOD as Judge)
    if (person.Belongs<to>(GOD))
        GOD.Assert<Acceptable>(person.Worship)
        GOD.Assert<Sufficient>(person.Sacrifices)

        GOD.Not<Requires>(AnimalSacrifices)
        GOD.Possess(Animals.All)
        GOD.Not<NeedTo>(Eat)
        GOD.Not<NeedTo>(Drink)

        GOD.Requires(Thanksgiving as Sacrifice)
        GOD.Requires(person.Keep(Promises))

        if (person.Is<in>(Trouble) AND person.Asks<For>(Help))
            GOD.Help(person)
            person.Honor(GOD)

    if (person.Is(Wicked))
        person.Abuse(GOD.Law)
        person.Hate(GOD.Law)
        person.Dismiss(GOD.Law)
        person.Join<with>(OtherPeople.Where(Wicked))
        person.Speak(Evil, Lies, Slander)
        person.Not<Honor>(person.Family)

Assert<Unequal>(Lack<of>(ImmediateJudgment), Approval)

Judgment.Time = Now

if (person.Fears(GOD) AND person.Offer<Sacrifice>(Praise) AND person.Is(Blameless))
    GOD.Save(person)
else
    GOD.Destroy(person)