Difference between revisions of "Print"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Prints the given text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void print(const string &text) </syntaxhighlight> [[Category:...") |
(No difference)
|
Latest revision as of 18:26, 22 August 2012
Prints the given text - to the console, if its available.
void print(const string &text)