Why do compound structs not work in ksh types?
typeset -T vm_t=(
compound nested
integer size
float f=0
)
compound container=(
vm_t -A foo=(
[f]=(
f=-inf
nested=( z=1 )
size=1
)
)
)
print -v container
returns the error test.ksh[17]: print: nested.z: is not an element of
container.foo[f]
Ced
--
Cedric Blancher <[email protected]>
[https://plus.google.com/u/0/+CedricBlancher/]
Institute Pasteur
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers