NAME ^

pmc/tcldict.pmc - Tcl Dict PMC

DESCRIPTION ^

This is the Dictionary PMC for the Tcl implementation (for use with [dict])

Functions ^

void class_init()

Initializes variables needed by the class.

void assign_pmc(PMC *other)

Copy the contents of other to self.

STRING *get_string()

Returns the dict as a string


parrot