- This wiki is out of date, use the continuation of this wiki instead
Variable example
From FenixWiki
(Difference between revisions)
Revision as of 22:31, 12 September 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Current revision (22:32, 12 September 2007) (edit) (undo) Sandman (Talk | contribs) m |
||
Line 1: | Line 1: | ||
+ | [[:category:variables]]<!--Remove the :--> | ||
+ | |||
== Definition == | == Definition == | ||
'''VariableType''' VariableName | '''VariableType''' VariableName | ||
Line 11: | Line 13: | ||
VariableName = 100; | VariableName = 100; | ||
</pre> | </pre> | ||
- | |||
- | [[:category:variables]]<!--Remove the :--> |
Current revision
Definition
VariableType VariableName
VariableName is for variable variabilities.
Notes
Don't set it to -1 or your pc will explode.
Example
VariableName = 100;