parrotcode: Untitled | |
Contents | Language Implementations | TCL |
Parrot has its own namespaces which Tcl is only a part of.
So,
in the top level parrot namespace,
Tcl
refers to the top of the Tcl namespace.
To refer back to something in another parrot namespace,
use the special parrot
namespace inside Tcl - this should be an alias back to parrot's real top level namespace.
|