Content deleted Content added
Spidermario (talk | contribs) →Ahead-of-time module: it’s arguably not portable if platform-specific |
Spidermario (talk | contribs) |
||
Line 276:
// Example of operator overloading
Point operator +(Point other) => Point(x + other.x, y + other.y);
// When
// an optional word
}
|