Difference between revisions of "Print"

From King Arthur's Gold Wiki
Jump to: navigation, search
(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 19:26, 22 August 2012

Prints the given text - to the console, if its available.

void print(const string &text)