File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ more details.
111
111
There are built-in identifier terms in Perl 6, which are listed below. In
112
112
addition one can add new identifier terms with the syntax:
113
113
114
- sub term:<fourty -two> { 42 };
115
- say fourty -two
114
+ sub term:<forty -two> { 42 };
115
+ say forty -two
116
116
117
117
or as constants:
118
118
@@ -140,13 +140,13 @@ Returns a pseudo-random L<Num> in the range C<0..^1>.
140
140
= head2 term π
141
141
= head2 term pi
142
142
143
- Returns the number C < π > , i.e. the ratio between circumference and diameter
143
+ Returns the number C < π > , i.e., the ratio between circumference and diameter
144
144
of a circle. C < pi > is the Texas (ASCII) equivalent of C < π > .
145
145
146
146
= head2 term τ
147
147
= head2 term tau
148
148
149
- Returns the number C < τ > , i.e. the ratio between circumference and radius
149
+ Returns the number C < τ > , i.e., the ratio between circumference and radius
150
150
of a circle. C < tau > is the Texas (ASCII) equivalent of C < τ > .
151
151
152
152
= head2 term e
You can’t perform that action at this time.
0 commit comments