True
Intrinsic constant set by the compiler
Syntax
Description
Example
Dim b As Boolean = True
If b Then
Print "b is True"
Else
Print "b is False"
End If
If b Then
Print "b is True"
Else
Print "b is False"
End If
b is True
Dialect Differences
- Not available in the -lang qb dialect unless referenced with the alias __True.
Differences from QB
- New to FreeBASIC
See also