Difference between revisions of "Write"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{ #vardefine:name|write}}{{ #vardefine:return_type|void}}{{ FunctionPage| name={{#var:name}}| function_category=Relay Browser Functions| function1={{Function| name={{#var:name…')
(No difference)

Revision as of 15:52, 10 April 2010

needs(code_samples);

Function Syntax

void write(string text )

  • text is the text to print

Prints the specified text to the source of the page to be displayed by a relay browser script.

See Also

writeln()