William Michels (12020-07-16):
> <a href="mailto:[email protected]?in-reply-to=<
> cafakbwhn7crfsov60mr9tf4vus1duv4cnqohbbdyx-awoxw...@mail.gmail.com>&amp;subject=Re:%20Re:
> delimiters with more than one character? ...">[email protected]
> </a>

???

> I've slowly been learning the Raku programming language (AKA Perl6), and
> while I'm far from being an expert, this is the first solution I came up
> with (raku one-or-two-liners, at the bash command prompt):
> 
> user@mbook:~$ raku -e ' my Str $s=" 34 + 45 \| abc \| 1 2 3 \| c\|123abc ";
> $s.put';
>  34 + 45 | abc | 1 2 3 | c|123abc

Observe your output carefully. You'll notice that the string you defined
does not actually contain any backslash.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

Reply via email to