- This wiki is out of date, use the continuation of this wiki instead
Variable example
From FenixWiki
(Difference between revisions)
Revision as of 11:39, 1 May 2007 (edit) FCR (Talk | contribs) ← Previous diff |
Current revision (22:32, 12 September 2007) (edit) (undo) Sandman (Talk | contribs) m |
||
(3 intermediate revisions not shown.) | |||
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]] |
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;