parrotcode: subs that are part of the internals, not for users | |
Contents | Language Implementations | Pipp |
src/common/guts.pir - subs that are part of the internals, not for users
Stolen from Rakudo.
bool pipp_defined(string constant_name)
void pipp_var_dump(mixed var)
from
to the namespace given by to
.
If to
isn't given,
then exports into the HLL global namespace.
This function differs somewhat from Parrot's Exporter
PMC in that it understands how to properly merge MultiSub
PMCs.
|
![]() |