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

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>StDoodle
m
Line 10: Line 10:
 
parameter2={{User:StDoodle/Param_sandbox|int|count}} |
 
parameter2={{User:StDoodle/Param_sandbox|int|count}} |
 
description=This is a fake function for testing & junk.}} |
 
description=This is a fake function for testing & junk.}} |
code1title=Title of code 1 |
+
}}
code1desc=This is a description of code 1's block |
+
<syntaxhighlight lang="c">
code1code=
 
 
print(i);
 
print(i);
}}
+
return bob;
 +
</syntaxhighlight>

Revision as of 22:37, 24 February 2010


{{#customtitle:{{{page_name}}}()|{{{page_name}}}()}}

Function Syntax

print(i);
return bob;