[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] Scan operator has strange behaviour
From: |
Kacper Gutowski |
Subject: |
Re: [Bug-apl] Scan operator has strange behaviour |
Date: |
Thu, 20 Mar 2014 04:31:04 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On 2014-03-19 23:16:32, Elias Mårtenson wrote:
> I see. So the way I see it, I should actually use 2 OP/X instead? I seems to
> actually do what I expected.
It if does what you need then sure, but it's a very different thing
than scan:
,\'abcd'
a ab abc abcd
2,/'abcd'
ab bc cd
-k