Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: syntactic trivia



On 2021-01-02 7:32 a.m., Stephane Chazelas wrote:
You can write it:
true &&
   do-this || # comment
   do-that

Sure, I just prefer the visual cleanness of my way:

    [ true ] && do-this\    # No comments here, please.
             || do-that

... it might have been permissible but it ain't.  I expect things like this really are no longer negotiable.






Messages sorted by: Reverse Date, Date, Thread, Author