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

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>StDoodle
m
Line 1: Line 1:
{{User:StDoodle Function sandbox |
+
{{User:StDoodle/Function_sandbox |
 
name=test_again |
 
name=test_again |
 
returns=string |
 
returns=string |

Revision as of 04:03, 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.

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