User:StDoodle/My sandbox: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m Created page with '{{function | name=test_again | returns=string | returns2=buffer | parameter1={{param|string|text}} | p1desc=This is what ''text'' does. | parameter2={{param|int|count}} | descrip…'
 
imported>StDoodle
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{function |
Try going here: [[$class]].
name=test_again |
returns=string |
returns2=buffer |
parameter1={{param|string|text}} |
p1desc=This is what ''text'' does. |
parameter2={{param|int|count}} |
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>
This page is for testing purposes only & should be deleted when no longer required (please allow 24hours from last update).--[[User:StDoodle|StDoodle]] 16:12, 23 February 2010 (UTC)

Latest revision as of 15:47, 28 February 2010

Try going here: $class.