From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: Rudolf Sykora Date: Thu, 26 Apr 2018 17:31:53 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Subject: Re: [9fans] simple rc problem in p9p (on OpenBSD) Topicbox-Message-UUID: d4bbf2e0-ead9-11e9-9d60-3106f5b1d025 On 26 April 2018 at 17:20, dexen deVries 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