Subject: Re: Re: [ast-developers] typeset:  memory fault
--------

>  Since for
> >       typeset -a[X_t] arr
> > X_t has to be an enumeration type, should should have been treated
> > as an error.
> 
> 
> 
> OK, I hadn't read the doc properly. I thought that X_t was the type of 
> the array elements.
> 
> Bernd
> 
> 

To create an arry of X_t just use
        X_t -a arr
since when you create a type, a builtin of that name is created with
some of the typeset arguments.
        X_t --man
will give the man page.

David Korn
[EMAIL PROTECTED]
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to