cc:  [email protected]
Subject: Re: Why does 'function x { nameref lv=gg ; compound -A lv.c=( [4]=( 
x=1 )  ) ; } ; compound gg ; x' fail with ' lv.c: no parent' ?
--------

> Does anyone know why the following statement fails (in ast-ksh.2012-06-28):
> -- snip --
> $ ksh -c 'function x { nameref lv=gg ; compound -A lv.c=( [4]=( x=1 )
> ) ; } ; compound gg ; x'
> /home/test001/bin/ksh: x: line 1: lv.c: no parent
> 

Name references must be identifiers.

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

Reply via email to