# is command

The is command temporarily stops execution
of the Proc until a response is provided from the keyboard. Input
is placed into the secondary input buffer. Any existing data at that
location is overwritten. If the pointer is already at the end of the
buffer, the input is appended to the end. The colon is the default
prompt character.

## Syntax

```
is{prompt.character}
```

## See also

- [a command (PROC processor)](https://d3codex.com/proc/a-command-proc-processor/)
- [b command (PROC processor)](https://d3codex.com/proc/b-command-proc-processor/)
- [d command (PROC processor)](https://d3codex.com/proc/d-command-proc-processor/)
- [f command (PROC processor)](https://d3codex.com/proc/f-command-proc-processor/)
- [ip command](https://d3codex.com/proc/ip-command/)
- [PROC buffers](https://d3codex.com/proc/proc-buffers/)
- [PROC processor](https://d3codex.com/proc/proc-processor/)
- [Prompt characters](https://d3codex.com/definitions/prompt-characters/)
- [PROC buffers](https://d3codex.com/proc/proc-buffers/)
- [ss command](https://d3codex.com/proc/ss-command/)
- [u6070 user exit](https://d3codex.com/access/u6070-user-exit/)
- [u7070 user exit](https://d3codex.com/access/u7070-user-exit/)

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