The Bendy Balance
The Unyielding Code
function bend_and_bow() {
// Listen to the wind
wind = change;
// Bend like a willow
this_bend = Math.PI * wind;
// Bow to the inevitable
this_bow = Math.E * this_bend;
return this_bow;
}