# + command

The + command adds the specified integer
number to the current value of the currently active input buffer.

## Syntax

```
+number
```

## Parameter(s)

| number | Specifies the integer number to add. |
| --- | --- |

## Description

This command has no effect when:

- the current value is not an integer.

- the input buffer pointer is at the end of the input buffer.

## See also

- [- command](https://d3codex.com/proc/minus-command/)
- [PROC processor](https://d3codex.com/proc/proc-processor/)

---
Source: https://d3codex.com/proc/plus-command/ - part of the D3Codex reference.
