What follows is an example of using JavaScript to create a functional
Reverse Polish Notation Calculator. It does not have all of the functions
available to JavaScript. Nor does it incorporate a bunch of graphic images
for all of the buttons. This is more of an example of how to use the
JavaScript function "eval()".