Sqr
From Mesham
Jump to navigationJump to search
Overview
This sqr[n] function will return the result of squaring n.
- Pass: An integer to square
- Returns: An integer representing the squared result
Example
var a:=sqr[10];
This sqr[n] function will return the result of squaring n.
var a:=sqr[10];