# add command

The add command adds two integer numbers
together and displays the result as an integer number.

**Synonyms:** addd

## Syntax

```
add number number
```

## See also

- [div command](https://d3codex.com/tcl/div-command/)
- [mul command](https://d3codex.com/tcl/mul-command/)
- [sub command](https://d3codex.com/tcl/sub-command/)

---
Source: https://d3codex.com/tcl/add-command/ - part of the D3Codex reference.
