Difference between revisions of "User:StDoodle/Test Function sandbox"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>StDoodle
m
Line 8: Line 8:
 
description=This is a fake function for testing & junk.
 
description=This is a fake function for testing & junk.
 
}}
 
}}
<div style="border: dashed 1px green; padding: 1em;">
 
<syntaxhighlight lang="javascript">
 
//sample code
 
string bob = "This is bob's value";
 
int i = 5;
 
print(i);
 
</syntaxhighlight>
 
</div>
 

Revision as of 04:14, 24 February 2010

string / buffer {{{function_name}}}(string text, int count)

Where string text is This is what text does.

This is a fake function for testing & junk.