File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7
7
class Method is Routine { }
8
8
9
9
A type for methods that behave the same way then L < Routine|/type/Routine > with
10
- some exceptions listed in the following. For details of a methods parameter
10
+ some exceptions listed in the following. For details of a method's parameter
11
11
list see L < Signature|/type/Signature > .
12
12
13
13
To create a method outside a L < class definition|/language/typesystem#Methods > ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ A type for subroutines and operators. Subs are created with the C<sub>
10
10
declarator keyword followed by an optional
11
11
L < identifier|/language/syntax#Identifiers > . This
12
12
L < short tutorial explains how operators are declared|/language/optut > .
13
+ For details of a sub's parameter list see L < Signature|/type/Signature > .
13
14
14
15
Note that subs that go by the same name as
15
16
L < coercers|/language/typesystem#Coercion > will not take precedence over
You can’t perform that action at this time.
0 commit comments