QBasic 1.1: SQR Function

Syntax

SQR(numeric-expression)

Description / Parameter(s)

numeric-expression A value greater than or equal to zero.

Example

PRINT SQR(25), SQR(2) 'Output is: 5 1.414214