On Sun, Jul 11, 2010 at 6:11 PM, Darren Duncan wrote:
...
>
> There is also still the need to cover something that looks like a list of
> integers, for the general case of a Blob/Buf literal, and yet it should have
> an appearance more like that of a scalar/number/string/etc than of an
> array/etc
pugs-comm...@feather.perl6.nl wrote:
=item *
+Blob literals look similar to integer literals with radix markers, but are
+distinct in their details. A Blob literal has 1 format with 3 radix
+options:
+
+0b<00101110100010> base 2, 1 bit per column
+0o<523504376> base 8,
Author: Darren_Duncan
Date: 2010-07-12 03:01:55 +0200 (Mon, 12 Jul 2010)
New Revision: 31630
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
S02 : add initial formats for Blob (or Buf) literals
Modified: docs/Perl6/Spec/S02-bits.pod
=