User:StDoodle/Test Function sandbox: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
mNo edit summary
imported>StDoodle
mNo edit summary
Line 6: Line 6:
p1desc=This is what ''text'' does. |
p1desc=This is what ''text'' does. |
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.|
codeblock1={{User:StDoodle/Code_sandbox|
title= Tested Code Block|
description= Below is some faked-up code & jazz.|
code=
int [string] bobracecar;
bobracecar = file_to_map("some_funky_file.txt",bobracecar);
foreach name in bobracecar { print(bobracecar[name]); }
}}
}}
}}

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