NAME ^

pmc/tcllist.pmc - Tcl List

DESCRIPTION ^

These are the vtable functions for the TclList base class

Methods ^

void class_init()

Class initialization. Caches the type id of various PMCs.

STRING *get_string()

Returns the list as a string

void assign_pmc(PMC *other)

Copy the contents of other to self.


parrot