Difference between revisions of "string (Italiano)"
Rick astley (talk | contribs) (Created page with "Tradotto dal manuale di Lua 5.1 [http://www.lua.org/manual/5.1/manual.html#2.2 reference manual §2.2]: Il tipo stringa(string) rappresenta array di caratteri. Le stinghe di...") |
Rick astley (talk | contribs) |
||
Line 1: | Line 1: | ||
Tradotto dal manuale di Lua 5.1 [http://www.lua.org/manual/5.1/manual.html#2.2 reference manual §2.2]: | Tradotto dal manuale di Lua 5.1 [http://www.lua.org/manual/5.1/manual.html#2.2 reference manual §2.2]: | ||
− | Il tipo stringa(string) rappresenta array di caratteri. Le stinghe di lua possono contenere ogni carattere a 8bit, zero di fine stringa | + | Il tipo stringa(string) rappresenta array di caratteri. Le stinghe di lua possono contenere ogni carattere a 8bit, zero di fine stringa incluso ('\0') (vedi [http://www.lua.org/manual/5.1/manual.html#2.1 §2.1]). |
[[Category:Lua]] | [[Category:Lua]] | ||
== In altre lingue == | == In altre lingue == | ||
{{i18n|string}} | {{i18n|string}} |
Latest revision as of 21:02, 17 March 2021
Tradotto dal manuale di Lua 5.1 reference manual §2.2:
Il tipo stringa(string) rappresenta array di caratteri. Le stinghe di lua possono contenere ogni carattere a 8bit, zero di fine stringa incluso ('\0') (vedi §2.1).
In altre lingue
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