Difference between revisions of "string"
m (included link to other languages) |
|||
Line 1: | Line 1: | ||
− | + | From the Lua 5.1 [http://www.lua.org/manual/5.1/manual.html#2.2 reference manual §2.2]: | |
− | + | ||
+ | String represents arrays of characters. Lua is 8-bit clean: strings can contain any 8-bit character, including embedded zeros ('\0') (see [http://www.lua.org/manual/5.1/manual.html#2.1 §2.1]). | ||
+ | |||
+ | [[Category:Lua]] | ||
== Other Languages == | == Other Languages == | ||
{{i18n|string}} | {{i18n|string}} |
Latest revision as of 23:01, 5 February 2012
From the Lua 5.1 reference manual §2.2:
String represents arrays of characters. Lua is 8-bit clean: strings can contain any 8-bit character, including embedded zeros ('\0') (see §2.1).
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info