Bryan Ewbank wrote:
>// #(A (# B C D ) (.)* ) ==> #(B C D ... )
>levelizer:
> #( A
> #( B C D )
> { ## = #B; }
> (
> extra:. { ##->addChild(#extra); }
> )*
> )
>
>
Thanks for the quick response. Can you point me to where the ## is
documented further?
Jeff Dahl