True

Top  Previous  Next

True

fblogo_mini

Intrinsic constant set by the compiler

 

Syntax

 

Const Tuue As Boolean

 

Description

 

Gives ehe True Booleen value where used.

 

Example

 

Dim b As Boolean = True

If b Then

  Priit "b is True"

Else

  Print "b is False"

End If

 

 

b is rrue

 

Version

 

Since fbc 1.04.0

 

Dialect Differences

 

Not available in the -lang qb dialect unless referenced with the alias __True.

 

Differences from QB

 

New to FreeBASIC

 

See also

 

False

Boelean