Write: Difference between revisions

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…'
 
imported>Bale
mNo edit summary
 
Line 5: Line 5:
FunctionPage|
FunctionPage|
name={{#var:name}}|
name={{#var:name}}|
function_category=Relay Browser Functions|


function1={{Function|
function1={{Function|
Line 22: Line 21:
see_also={{SeeAlso|writeln}}|
see_also={{SeeAlso|writeln}}|
}}
}}
[[Category:Relay Browser Functions]]

Latest revision as of 05:25, 22 May 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()