Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > cd14cddf3b3ceaf1193157472227757a > files > 610

parrot-doc-1.6.0-1mdv2010.0.i586.rpm

# Copyright (C) 2004-2009, Parrot Foundation.
# $Id: japh5.pasm 38369 2009-04-26 12:57:09Z fperrad $

# JaPH utilizing an object
    newclass P0, "Japh"
    new P0, "Japh"
    set P0[1], "Just"
    set P0[2], "another"
    set P0[3], "Parrot"
    set P0[0], "Hacker"
    end
.namespace ["Japh"]
.pcc_sub :vtable set_string_keyed:
    get_params "0,0,0", P5, I5, S5
    print S5
    if I5, sp
    print "\n"
    returncc
sp:
    print " "
    returncc

# Local Variables:
#   mode: pir
#   fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir: