- This wiki is out of date, use the continuation of this wiki instead
Variable example
From FenixWiki
(Difference between revisions)
Revision as of 22:23, 12 September 2007 (edit) Sandman (Talk | contribs) m (Template:Variable moved to Variable Example: It's not a template.) ← Previous diff |
Current revision (22:32, 12 September 2007) (edit) (undo) Sandman (Talk | contribs) m |
||
(2 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;