False

Intrinsic constant set by the compiler

Syntax
	KeyPgConstConst False KeyPgAsAs KeyPgBooleanBoolean

Description
	Gives the False KeyPgBooleanBoolean value where used.

Example
	Dim b As Boolean = False
	If b Then
	   Print "b is True"
	Else
	   Print "b is False"
	End If


	b Is False

Version
	* Since fbc 1.04.0

Dialect Differences
	* Not available in the CompilerOptlang-lang qb dialect unless referenced with the 
	  alias __False.

Differences from QB
	* New to FreeBASIC

See also
	* KeyPgTrueTrue
	* KeyPgBooleanBoolean

