On 26 April 2018 at 17:20, dexen deVries <dexen.devr...@gmail.com> wrote:
> use a list. lists are created either by the parentheses:
>
> % w = ( A B C )
> % # note no space before the backslash
> % wMultiline = (\
> X\
> Y\
> Z\
> )

As I wrote in another answer, the content of w is as if pre-given.
I didn't want to edit it in any way (like adding the \ characters).
I wanted ifs to do the work.

Thanks
Ruda

Reply via email to