bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Documentation issue


From: Eli Barzilay
Subject: Re: Documentation issue
Date: Fri, 27 Oct 2017 01:17:30 -0400

On Thu, Oct 26, 2017 at 10:50 PM, Clark Wang <dearvoid@gmail.com> wrote:
> On Fri, Oct 27, 2017 at 3:00 AM, Eli Barzilay <eli@barzilay.org> wrote:
>>
>> 1. Drop the current "Care must be taken ... the entire array." two
>>    sentences and replace them with some "See the unset builtin
>>    description below".
>
> It's not only about unset. You also need to take care of other builtin
> commands: [...]

I already said why `unset` is different.  If it wasn't clear, a direct
example is the fact that `delete` in javascript is a special syntax
rather than a function.  To make it more confusing, the other obvious
place where an lvalue appears (left of a =), is special in bash for
other reasons, but it does make it easier to assume that `unset` is
special.

-- 
                   ((x=>x(x))(x=>x(x)))                  Eli Barzilay:
                   http://barzilay.org/                  Maze is Life!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]