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 29fd20f commit 35b4489Copy full SHA for 35b4489
doc/Language/functions.pod6
@@ -7,7 +7,7 @@
7
Routines are the smallest means of code reuse in Perl 6. They come in several
8
forms, most notably L<methods|/type/Method>, which belong in classes and roles and are
9
associated with an object, and functions, also called I<subroutines> or short
10
-L<sub|/type/Sub>s, which exist independently of objects.
+L<sub|/type/Sub>s, which can be called independently of objects.
11
12
Subroutines default to lexical (C<my>) scoping, and calls to them are
13
generally resolved at compile time.
0 commit comments