<P>function real yourIQ()
<P>{
<P>     local real averageIQ;
<P>     averageIQ = 100.0;
<P>     return averageIQ * 0.54;
<P>}