This wiki is out of date, use the continuation of this wiki instead

FALSE

From FenixWiki

Revision as of 14:34, 1 May 2007 by FCR (Talk | contribs)
Jump to: navigation, search

Definition

INT False

False is a constant which is equal to every even integer. It is used to state that something is not true.

Example

VariableName = false;
if (variableName == false)
  //do stuff
end
Personal tools