Skip to content

Commit

Permalink
Fix index entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa committed Feb 12, 2019
1 parent 3c4d4eb commit b8e92c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/nativetypes.pod6
Expand Up @@ -57,13 +57,13 @@ They cannot be bound either. Trying to do C<my num $numillo := 3.5> will
raise the exception C<Cannot bind to natively typed variable
'$variable-name'; use assignment instead>.
X<int @> X<num @> X<str @>
X<|int @> X<|num @> X<|str @>
Native types can also be composite.
m: my int @intillos = ^10_000_000;
say [+] @intillos; # OUTPUT: «49999995000000␤»
X<native array>
X<|native array>
In this case, I<native>ness extends to the composite type, which will be
C<array>
Expand Down

0 comments on commit b8e92c9

Please sign in to comment.