Re: 3 kinds of yadda

2018-09-10 Thread Trey Harris
er gets here ​ On Mon, Sep 10, 2018 at 4:22 PM yary wrote: > Semantically > !!! is "if control flow hits here, it's an error" > ... is "The implementation is elsewhere, or this is not yet implemented" > > at least that's my impression > > -y > > On

Re: 3 kinds of yadda

2018-09-10 Thread yary
Semantically !!! is "if control flow hits here, it's an error" ... is "The implementation is elsewhere, or this is not yet implemented" at least that's my impression -y On Mon, Sep 10, 2018 at 12:04 PM, Parrot Raiser <1parr...@gmail.com> wrote: > There are 3 k

Re: 3 kinds of yadda

2018-09-10 Thread Parrot Raiser
> Bash is treating ! as the history substitution character, and either erroring > out or substituting a previous command line. Thanks; that struck me between the time I hit send and got confirmation. :-)*

3 kinds of yadda

2018-09-10 Thread Parrot Raiser
There are 3 kinds of yadda, yadda operator: !!! dies with a message: Stub code executed in block at yad1 line 2 ... dies with an identical message ??? produces the message, but continues operating. The only difference I can find between !!! and ... is that !!! produces bizarre behaviour

Re: 3 kinds of yadda

2018-09-10 Thread Brandon Allbery
know if !!! is similar. On Mon, Sep 10, 2018 at 3:05 PM Parrot Raiser <1parr...@gmail.com> wrote: > There are 3 kinds of yadda, yadda operator: > > !!! dies with a message: Stub code executed > in block at yad1 line 2 > > ... dies with an identical message >

3 kinds of yadda

2018-09-10 Thread Parrot Raiser
There are 3 kinds of yadda, yadda operator: !!! dies with a message: Stub code executed in block at yad1 line 2 ... dies with an identical message ??? produces the message, but continues operating. The only difference I can find between !!! and ... is that !!! produces bizarre behaviour