Re: P21 quirks
- To: MISC
- Subject: Re: P21 quirks
- From: <rockwell@xxxxxxxxxxxx>
- Date: Tue, 18 Apr 95 17:13 EDT
- In-Reply-To: <Pine.SGI.3.91.950418155928.2167D-100000@pisa> (message from Penio Penev on Tue, 18 Apr 1995 16:02:53 -0400 (EDT))
I don't think this made it out. Apologies if you see this twice.
Raul Miller:
> 000001
> a!
> @+
> 012345
> a
> 012345
> 000006
Penio Penev:
I was left with the impression, that the @+ will increment by 1,
not by 5.
Well, yes. But increment is a numeric operation.
So, pattern 00000 is numeric AAAAA,
pattern 00001 is numeric AAAAb,
and pattern 00006 is numeric AAAAC.
However, it doesn't really matter whether the pattern sequence
generated by @+ would be 00000, 00001, 00006, 00007, ... or 00000,
00001, 00002, 00003, ... -- neither of these subsequences includes
anything on the page with patterns 0AA800..0AAFFF.
Raul D. Miller