Sterling Hughes <[EMAIL PROTECTED]> wrote:
> Hey,

> I'm having problems figuring out how to pass parameters to a function

> .sub _b
> .sub _main prototyped

Parrot does *not* start execution at "_main" but at the first code line,
which happens to be in "_b".

leo

Reply via email to