parrotcode: Tcl List | |
Contents | Language Implementations | TCL |
pmc/tcllist.pmc - Tcl List
These are the vtable functions for the TclList base class
STRING *get_string()
void set_pmc(PMC *other)
void assign_pmc(PMC *other)
*/
}
/* * Local variables: * c-file-style: "parrot" * End: * vim: expandtab shiftwidth=4: */
|