| author | |
| committer | |
| log | dcf3869acd0055b561561506ef25b82d9ed7074d |
| tree | 1482a7a55fec2bc319e8efa574a8892777bcdf8e |
| parent | c02ed805122cb05dfb21a30e626e25994b3eb698 |
| parent | cb0ef3ad4c9430a4a5a7b7995b042542fb61a9ea |
| signature |
doc: @addWithOverflow also returns if overflow occured1 files changed, 1 insertions(+), 0 deletions(-)
doc/langref.html.in+1| ... | ... | @@ -826,6 +826,7 @@ a +%= b</code></pre></td> |
| 826 | 826 | <td>Wrapping Addition. |
| 827 | 827 | <ul> |
| 828 | 828 | <li>Guaranteed to have twos-complement wrapping behavior.</li> |
| 829 | <li>See also {#link|@addWithOverflow#}.</li> | |
| 829 | 830 | </ul> |
| 830 | 831 | </td> |
| 831 | 832 | <td> |