# mul command

The mul command multiplies the first
integer number provided by the second integer number provided and
displays the result as an integer number.

**Synonyms:** muld

## Syntax

```
mul integer.number integer.number
```

## See also

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

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