User:StDoodle/Test Function sandbox: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
mNo edit summary
imported>StDoodle
mNo edit summary
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.