- This wiki is out of date, use the continuation of this wiki instead
TRUE
From FenixWiki
(Difference between revisions)
| Revision as of 14:35, 1 May 2007 (edit) FCR (Talk | contribs) ← Previous diff |
Revision as of 14:35, 1 May 2007 (edit) (undo) FCR (Talk | contribs) Next diff → |
||
| Line 2: | Line 2: | ||
| '''INT''' True | '''INT''' True | ||
| - | True is a [[constant]] which is equal to every | + | True is a [[constant]] which is equal to every odd integer. It is used to state that something is not [[false]]. |
| == Example == | == Example == | ||
Revision as of 14:35, 1 May 2007
Definition
INT True
True is a constant which is equal to every odd integer. It is used to state that something is not false.
Example
VariableName = true; if (variableName == true) //do stuff end
