We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a09fe commit 58853e6Copy full SHA for 58853e6
doc/Language/pragmas.pod6
@@ -6,7 +6,7 @@
6
7
In Perl 6, B<pragmas> are directive used to either identify a
8
specific version of Perl 6 to be used or to modify the compiler's
9
-normal behavior in some way. To enable a pragma, use C<use> keyword (similar
+normal behavior in some way. The C<use> keyword enables a pragma (similar
10
to how you can C<use> a module). To disable a pragma, use the C<no> keyword:
11
12
=begin code
0 commit comments