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 set_pmc(PMC *other)

An alias to assign_pmc to make other things happy before set_pmc is removed.

void assign_pmc(PMC *other)

Copy the contents of other to self.


parrot