File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
= TITLE class Cool
4
4
5
- = SUBTITLE Object that can be treated as either a string or number
5
+ = SUBTITLE Object that can be treated as both a string and number
6
6
7
7
class Cool is Any { }
8
8
9
9
C < Cool > , also known as the B < C > onvenient B < OO > B < L > oop, is a base class
10
10
employed by a number of built-in classes that can be meaningfully coerced
11
- to a string or a number. For example, an L < Array > can be used in mathematical
11
+ to a string and a number. For example, an L < Array > can be used in mathematical
12
12
operations, where its numerical representation is the number of elements it
13
13
contains. At the same time, it can be concatenated to a string, where its
14
14
stringy representation is all of its elements L < joined|/routine/join > by
You can’t perform that action at this time.
0 commit comments