User:StDoodle/Test Function sandbox

From Kolmafia
< User:StDoodle
Revision as of 04:01, 24 February 2010 by imported>StDoodle (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

[[Data Types#{{{return_type}}}|{{{return_type}}}]] test_again(string text ,int count )

  • This is what text does.
//sample code
string bob = "This is bob's value";
int i = 5;
print(i);