| float = any floating point number (integers are converted on the fly) |
| This command will return the square root of a specified value. The value returned is a floating point number. |
|
; sqr# example
value=25 print "The square root of our value is: " + sqr#(value) waitkey() |