I love the new syntax for calling functions!
Thanks Melvin!!!

And... here's a weird bug. :)

The following code fails with the message
"No Entries on UserStack!" But, if you
delete either/both of the empty comment
lines and it works fine. :)



.sub _main
    $P0 = new PerlString
    $P0 = "hello\n"
    $P1 = _do_print($P0)
    end
.end

.pcc_sub _do_print non_prototyped
    #
    #
    .param object s
     print s
    .pcc_begin_return
    .pcc_end_return
.end





Sincerely,

Michal J Wallace
Sabren Enterprises, Inc.
-------------------------------------
contact: [EMAIL PROTECTED]
hosting: http://www.cornerhost.com/
my site: http://www.withoutane.com/
--------------------------------------

Reply via email to