- This wiki is out of date, use the continuation of this wiki instead
Datatypes
From FenixWiki
(Difference between revisions)
Revision as of 00:55, 13 May 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Revision as of 14:56, 1 August 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
Line 1: | Line 1: | ||
- | + | == Definition == | |
+ | Datatypes are the types in which data can be. These include integers, floats, string, etc. Special cases are voids, arrays and structs. User made types can also be defined, by use of the operator [[Type]]. | ||
+ | |||
+ | == List == | ||
+ | <DPL> | ||
+ | category = datatypes | ||
+ | </DPL> | ||
[[Category:general]] | [[Category:general]] |
Revision as of 14:56, 1 August 2007
Definition
Datatypes are the types in which data can be. These include integers, floats, string, etc. Special cases are voids, arrays and structs. User made types can also be defined, by use of the operator Type.