In this section, we enforce our rules through creative means. Learn about Section 1.3.1
The perfect crime, you know. Read more about Section 2.4.1
Section 2.4.2 is where the rubber meets the road.
function enforce_rules() {
if (rules == "followed") {
return true;
} else {
return false;
}
}
Example code in Subsection 2.4.2.1.