Difference between revisions of "String"

From King Arthur's Gold Wiki
Jump to: navigation, search
m
 
Line 4: Line 4:
 
string s = "hello world"
 
string s = "hello world"
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
[[Category:Scripting]]

Latest revision as of 18:42, 16 December 2012

String is used for storing strings of characters.

string s = "hello world"