Difference between revisions of "Concatenation"

From ComputerCraft Wiki
Jump to: navigation, search
m (Moved to CAT:Tutorials.)
(Fixed spelling.)
Line 1: Line 1:
Concatenation is the process, in which you combine one or more strings.
+
Content missing.
 
+
To concatenate a string you use two periods.
+
 
+
{{Example
+
|desc=Concatenating strings.
+
|code=print("Hello ".."World".."!")
+
|output=Hello world!
+
}}
+
[[Category:Tutorials]]
+

Revision as of 10:09, 4 December 2012

Content missing.