String: Difference between revisions
I like pie (talk | contribs) mNo edit summary |
I like pie (talk | contribs) mNo edit summary |
||
| Line 5: | Line 5: | ||
Note that "222" does not equal the number 222. | Note that "222" does not equal the number 222. | ||
A special string function is [[concatenation]]: "abc"+"789"="abc789". | A special string function is [[concatenation]]: "abc" + "789" = "abc789". | ||
{{stub}} | {{stub}} | ||
[[Category:Datatypes]] | [[Category:Datatypes]] | ||
Revision as of 21:39, 12 December 2008
A string is a datatype that signifies an ordered sequence of characters.
For example, "4f38fjy7a" is a string.
Note that "222" does not equal the number 222.
A special string function is concatenation: "abc" + "789" = "abc789".
This article is a stub. Help us out by expanding it.