cc: piochjennifer at googlemail.com
Subject: Re: Re: [ksh93-integration-discuss] [ast-developers] More type problems
--------

> But this function adds a builtin command and not a function. How can I
> add a function via sh_addbuiltin?
> 
> Jenny
> 
> 


You can define a function for an instance of a type by creating
a function of the name
        instance.name
were name is the name of a discipline method.

This function definition can be contained in the script or loaded
from FPATH.

David Korn
dgk at research.att.com

Reply via email to