On Thu, 14 Oct 2004 22:23:06 +0200, Stéphane Payrard <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Juste like I added the possibility of declaring many registers
> variables with one .sym directive, I am working on returning or
> yielding in one line so one can write:
> 
>     .return -1, name
> 
> instead of:
> 
>     .pcc_begin_return
>     .return -1
>     .return name
>     .pcc_end_return
 
<snip>

> 
> Comments?

Yes, please! .pcc_begin_return/.pcc_end_return is so ugly. (And yes, I
realize this is PIR and not Perl.)

-- 
matt

Reply via email to