File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
= SUBTITLE New features for brave users
6
6
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:
11
12
12
13
= begin code
13
- use experimental;
14
+ use experimental :macros ;
14
15
= end code
15
16
16
17
Following is a list of current experimental features and a short
@@ -23,6 +24,8 @@ not yet rendered properly.
23
24
24
25
= item X < B < cache > |cache> [TBD]
25
26
27
+ = item X < B < macros > |macros> [TBD]
28
+
26
29
= item X < B < pack > |pack> [TBD]
27
30
28
31
= end pod
You can’t perform that action at this time.
0 commit comments