On Tue, 30 Mar 2021 at 17:52, Xiao-Yong Jin <meta....@gmail.com> wrote:
>
> ; xs=(a\
>         b\
>         c\
>         )
> ; echo $#xs
> 3
> ; xs=('a'\
> rc: #d/0: syntax error
> ; xs=('a' \
>         'b' \
>         'c' \
>         )
> ; echo $#xs
> 3
>
> The sequence of quote-backslash-newline somehow is not interpreted as 
> quote-blank, but a syntax error.  I don't think it's documented anywhere.
>

Same result on p9p.

Mark.

------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/Td7a2640b58fc8d2d-M4651bdea5395863f7e20833d
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to