Skip to content

Commit 8fa48b4

Browse files
committed
Adds data structures
1 parent a82a2d8 commit 8fa48b4

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

doc/Language/structures.pod6

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
=begin pod :tag<perl6>
2+
3+
=TITLE Data structures
4+
5+
=SUBTITLE How Perl 6 deals with data structures and what we can expect from them.
6+
7+
8+
9+
=end pod
10+
11+
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

doc/Language/terms.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ with a dot, for example the C<..> L<Range> operator).
3939
4040
=head2 Num
4141
42-
=begin code :skip-test
43-
12.3e-32
44-
3e8
45-
=end code
42+
=begin code :skip-test
43+
12.3e-32
44+
3e8
45+
=end code
4646
4747
L<Num> literals (floating point numbers) consist of L<Rat> or L<Int>
4848
literals followed by an C<e> and a (possibly negative) exponent. C<3e8>

0 commit comments

Comments
 (0)