User:StDoodle/My sandbox: Difference between revisions
Jump to navigation
Jump to search
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…' |
(No difference)
|
Revision as of 03:57, 24 February 2010
[[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);
This page is for testing purposes only & should be deleted when no longer required (please allow 24hours from last update).--StDoodle 16:12, 23 February 2010 (UTC)