User:StDoodle/Test Function 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
Line 1: Line 1:
{{function |
{{User:StDoodle Function sandbox |
name=test_again |
name=test_again |
returns=string |
returns=string |

Revision as of 04:03, 24 February 2010

User:StDoodle Function sandbox

//sample code
string bob = "This is bob's value";
int i = 5;
print(i);