4 lines
60 B
Text
4 lines
60 B
Text
func Integer.Double() {
|
|
this + this
|
|
}
|
|
print(8.Double())
|
func Integer.Double() {
|
|
this + this
|
|
}
|
|
print(8.Double())
|