Writeln

From Kolmafia
Revision as of 15:54, 10 April 2010 by imported>StDoodle (Created page with '{{ #vardefine:name|writeln}}{{ #vardefine:return_type|void}}{{ FunctionPage| name={{#var:name}}| function_category=Relay Browser Functions| function1={{Function| name={{#var:na…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

void writeln(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, ending with a line break (in the source, not necessarily in how the text is displayed).

See Also

write()