File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
class ComplexStr is Complex is Str
8
8
9
- The dual value types (often referred to as L < allomorphs|/language/glossary#Allomorph >
9
+ The dual value types (often referred to as L < allomorphs|/language/glossary#Allomorph > )
10
10
allow for the representation of a value as both a string and a numeric type, typically
11
11
they will be created for you when the context is "stringy" but they can be determined
12
12
to be numbers, such as in some L < quoting constructs|/language/quoting > :
@@ -37,7 +37,7 @@ directly the values can be whatever is required:
37
37
38
38
method Numeric
39
39
40
- The numeric coercion that is applied when the C < ComplexStr > is used in a numeric context,
40
+ The numeric coercion is applied when the C < ComplexStr > is used in a numeric context,
41
41
such as a numeric comparison or smart match against a numeric value. It will return
42
42
the C < Complex > value.
43
43
Original file line number Diff line number Diff line change 6
6
7
7
class IntStr is Int is Str
8
8
9
- The dual value types (often referred to as L < allomorphs|/language/glossary#Allomorph >
9
+ The dual value types (often referred to as L < allomorphs|/language/glossary#Allomorph > )
10
10
allow for the representation of a value as both a string and a numeric type, typically
11
11
they will be created for you when the context is "stringy" but they can be determined
12
12
to be numbers, such as in some L < quoting constructs|/language/quoting > :
@@ -37,7 +37,7 @@ directly the values can be whatever is required:
37
37
38
38
method Numeric
39
39
40
- The numeric coercion that is applied when the C < IntStr > is used in a numeric context,
40
+ The numeric coercion is applied when the C < IntStr > is used in a numeric context,
41
41
such as a numeric comparison or smart match against a numeric value. It will return
42
42
the C < Int > value.
43
43
Original file line number Diff line number Diff line change 6
6
7
7
class NumStr is Num is Str
8
8
9
- The dual value types (often referred to as L < allomorphs|/language/glossary#Allomorph >
9
+ The dual value types (often referred to as L < allomorphs|/language/glossary#Allomorph > )
10
10
allow for the representation of a value as both a string and a numeric type, typically
11
11
they will be created for you when the context is "stringy" but they can be determined
12
12
to be numbers, such as in some L < quoting constructs|/language/quoting > :
@@ -37,7 +37,7 @@ directly the values can be whatever is required:
37
37
38
38
method Numeric
39
39
40
- The numeric coercion that is applied when the C < NumStr > is used in a numeric context,
40
+ The numeric coercion is applied when the C < NumStr > is used in a numeric context,
41
41
such as a numeric comparison or smart match against a numeric value. It will return
42
42
the C < Num > value.
43
43
Original file line number Diff line number Diff line change 6
6
7
7
class RatStr is Rat is Str
8
8
9
- The dual value types (often referred to as L < allomorphs|/language/glossary#Allomorph >
9
+ The dual value types (often referred to as L < allomorphs|/language/glossary#Allomorph > )
10
10
allow for the representation of a value as both a string and a numeric type, typically
11
11
they will be created for you when the context is "stringy" but they can be determined
12
12
to be numbers, such as in some L < quoting constructs|/language/quoting > :
@@ -37,7 +37,7 @@ directly the values can be whatever is required:
37
37
38
38
method Numeric
39
39
40
- The numeric coercion that is applied when the C < RatStr > is used in a numeric context,
40
+ The numeric coercion is applied when the C < RatStr > is used in a numeric context,
41
41
such as a numeric comparison or smart match against a numeric value. It will return
42
42
the C < Rat > value.
43
43
You can’t perform that action at this time.
0 commit comments