parrotcode: Perl Scalar | |
Contents | Language Implementations | Perl5 |
src/dynpmc/perlscalar.pmc - Perl Scalar
Abstract base class for perl scalars.
This class implements common perl scalar functionality: e.g morphing to another scalar type. The morph method replaces the CHANGE_TYPE macro.
void morph(INTVAL type)
|