The sqr function returns the square of the value of the parameter passed to it. The type of the value returned by this function is always the same as the type of the parameter.
The sqr function's only parameter is a numeric expression (i.e. an expression of integral type or of real type).
sqr(1) returns 1
sqr(3) returns 9
sqr(-5) returns 25
Operating Systems: All
Standard Pascal: Yes