Jonathan (>):
> O AKSHUALY...that's quite easy to do, since we just calls .WHAT on the value
> to get its proto-object and stick it in the sig. So perhaps best is just to
> re-define:
>
> multi sub fib (LITERAL) { ... }
>
> As meaning
>
> multi sub fib (LITERAL.WHAT $ where LITERAL) { ... }

I like this. It's what I expected it to mean from the start.

// Carl

Reply via email to