ALL

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > Operators > Logical >

ALL

 

Description

 

Return %TRUE only if all logical tests resolve to %TRUE

 

Syntax

 

n  = ALL(LogicalTest1 [, LogicalTest2 ... [, LogicalTest..]])

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

LogicalTest

Numeric

No

Any numeric or logical expression

...




 

Remarks

 

Restrictions

 

See also

 

SOME

 

Examples