// author: David

if (person.Crimes.Are(Expunged) AND person.Sins.Are(Forgiven))
    GOD>|Bless(person)

if (person.Sins.Count.Is(0) AND Person.Not(Deceitful))
    person.IsBlessed = true

while (me.Silent)
    me.Suffer()
    me.Feel(World.weight)
    me.IsWeak = true

when (me.Confess(Sins))
    GOD.Forgive(me)

Recommendation
    if (person.Is(Living))
        person.Pray()

GOD.Protect(me)

if (you.Not(Animal))
    you.Can<Choose>(Life.Direction)
    you.Life.Determined<by>(GOD.Judgement<of>(you.Action))

if (you.Heart.Is(Honest) AND you.Are(Righteous))
    you.Rejoice()
    you.Sing(Praise)