| parrotcode: Untitled | |
| Contents | Language Implementations | TCL | 

Given a PMC, get a list from it. If the PMC is a TclLst, this is as simple as returning the list. If it's a string, use __stringToList.

Given a PMC, get a number from it.

Given a PMC, get an integer from it.

Given a string, return the appropriate channel.

Given an expression, return a subroutine.

Given a chunk of tcl code, return a subroutine.
|  |   |