* @copyright 2010 Jeff Moser */ function square($x) { return $x * $x; } ?>