The Last Supper
Matthew 26:17-30
interface ICovenant {
void EatBread();
void DrinkWine();
string BreadRepresents();
string WineRepresents();
}
class NewCovenant : ICovenant {
...
string BreadRepresents() {
return "Jesus' broken body.";
}
string WineRepresents() {
return "Jesus' shed blood.";
}
}
- GOD.CovenantWithCreation = OldCovenant;
+ GOD.CovenantWithCreation = NewCovenant;
Just like the Bible, this wasn't written to be kept to yourself.
Please consider sharing this with anyone you think would appreciate or benefit from it. twitter | facebook | LinkedIn | WhatsApp | reddit | email