Difference between revisions of "String"
From King Arthur's Gold Wiki
m |
|||
Line 4: | Line 4: | ||
string s = "hello world" | string s = "hello world" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | [[Category:Scripting]] |
Latest revision as of 17:42, 16 December 2012
String is used for storing strings of characters.
string s = "hello world"