Returns the square of a numeric expression.
# = Square(x)
x:aexp
Square multiplies a numeric expression with itself.
Debug.Show
Trace Square(FRound(4 * 4 + 4 / 8))
Trace Square(-5.5)
{Created by Sjouke Hamstra; Last updated: 23/10/2014 by James Gaite}