On Mon, Apr 24, 2006 at 06:58:04PM -0700, Jonathan Lang wrote: : How do you define new adverbs, and how does a subroutine go about : accessing them?
Adverbs are just optional named parameters. Most of the magic is in the call syntax. Larry
On Mon, Apr 24, 2006 at 06:58:04PM -0700, Jonathan Lang wrote: : How do you define new adverbs, and how does a subroutine go about : accessing them?
Adverbs are just optional named parameters. Most of the magic is in the call syntax. Larry