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

TRUE

From FenixWiki

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

Definition

INT True

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

Example

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