SQR(num{,ERR=lineref})
The SQR() function returns the square root of its numeric argument. The argument may be any positive number.
>PRINT SQR(25)5
Functions - Alphabetical Listing