Discussion:
[ast-developers] Unset method for multidimensional array crashes ksh
Tina Harriott
2013-08-30 13:16:57 UTC
Permalink
The example below crashes any ksh version I could find, even the
latest sh (AT&T Research) 93v- 2013-08-27

function f { typeset -a a ; a.unset() { print unset ; } ;
a[3][6][11][20]=7 ; } ; f

Tina
--
Tina Harriott - Women in Mathematics
Contact: tina.harriott.math at gmail.com
Loading...