[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
array suffix squeeze
From: |
Dan Jacobson |
Subject: |
array suffix squeeze |
Date: |
20 Oct 2001 10:54:56 +0800 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
There is a 5% chance that I discovered a place where a new "feature"
could be squeezed in to an apparent no-op spot:
$ a=(a c v)
$ echo ${a[1]}
c
$ echo ${a[1].hh}
c
[how about c.hh]
$ echo ${a[*].hh}
a c v
[how about a.hh b.hh c.hh]
and a 95% chance that I'm working for Bin Laden to fog up this group :-)
--
http://www.geocities.com/jidanni Tel+886-4-25854780
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- array suffix squeeze,
Dan Jacobson <=