SQUARE(A)
Returns square of A
Integer SQUARE(Integer A)
Float SQUARE(Float A)
A - Integer or float value
Square of A
> PRINT SQUARE(3)
9
> PRINT SQUARE(3.3)
10.890000