Difference between revisions of "Clear"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{ #vardefine:name|clear}}{{ #vardefine:return_type|void}}{{ FunctionPage| name={{#var:name}}| function_category=Miscellaneous| function1={{Function| name={{#var:name}}| aggreg…')
(No difference)

Revision as of 21:57, 10 March 2010

needs(code_samples);

Function Syntax

void clear(aggregate map )

  • map is the aggregate to clear

Clears the aggregate map of all its keys & data.

See Also

count() | file_to_map() | map_to_file()