Leopold Toetsch <[EMAIL PROTECTED]> wrote:

> Syntax proposal:

>    .sub foo @MULTI
>      .invocant Integer a
>      .invocant Float b
>      .param pmc c
>      ...

Alternate syntax:

  .sub foo multi(Integer, Float)
    .param pmc a
    .param pmc b
    .param pmc c

I'm now more inclined towards the second one: @MULTI smells too much
like the pragmas @ANON or @LOAD and the second form is possibly simpler
to extend if needed. The syntax plays also more nicely with plain
methods:

  .sub bar method

and eventually with

  .sub baz multi(String, int), method

Comments?

leo

Reply via email to