Skip to content

Commit 5cb96bd

Browse files
committed
slight reword; add explicit example; add macros
1 parent d09b99c commit 5cb96bd

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

doc/Language/experimental.pod6

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
55
=SUBTITLE New features for brave users
66
7-
During Perl 6 development, new features are often made available on
8-
the main branch. Eventually they may be incorporated into the next
9-
version of Perl 6. To use such features, one uses the C<experimental>
10-
pragma in program source code like this:
7+
During Perl 6 development, new features are often made available for
8+
users to experimental with before their design is completed. Eventually
9+
these features may be made part of the Perl 6 specification. To use these
10+
features, one uses the C<experimental> pragma in program source code, for
11+
example, like this:
1112
1213
=begin code
13-
use experimental;
14+
use experimental :macros;
1415
=end code
1516
1617
Following is a list of current experimental features and a short
@@ -23,6 +24,8 @@ not yet rendered properly.
2324
2425
=item X<B<cache>|cache> [TBD]
2526
27+
=item X<B<macros>|macros> [TBD]
28+
2629
=item X<B<pack>|pack> [TBD]
2730
2831
=end pod

0 commit comments

Comments
 (0)