add works on the current object$x + $y is reordered to $x->add($y)
$x is the current object$z = $x + $y the value of $x shouldn't changeadd so it returns a new object
[Title Page]
[TOC]
[Prev]
[Next]
Page 18 of 31