String
Revision as of 19:40, 9 December 2008 by James4l (talk | contribs) (New page: A '''string''' is a datatype that signifies an ordered sequence of characters. For example, "23958a23b" is a string. Note that "222" is not equal to the number 222. A special s...)
A string is a datatype that signifies an ordered sequence of characters.
For example, "23958a23b" is a string.
Note that "222" is not equal to the number 222.
A special string function is concatenation.
Concatenate: "222"+"123"="222123"
This article is a stub. Help us out by expanding it.