Penguin
Annotated edit history of String version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 GlynWebster 1 What most programmers call the DataType used to store text. A string is a sequence of characters, typically stored in an array.
2
3 ("Text" would have been a nicer name for this type, but it's way too late now.)