Sqr Function
Next: Sqrt,
Previous: Randomnumber,
Index: Index
This sqr[n] function will return the result of squaring n.
Pass: An integer to square
Returns: An integer representing the squared result
Examples
var a:=sqr[10];
Last Modified: August 2008