String (type)
From ComputerCraft Wiki
Revision as of 23:42, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Reworded and expanded a little (not much, but eh).)
This page is a stub. Please help us by expanding it.
|
A string represents an array of characters. For example, this text can be called a string. The default String functions, and the Textutils API provides useful methods for manipulating strings.
For a more in-depth and concise explanation of types, please consolidate with the Lua 5.1 Official Manual.