# fdk command

The fdk command deletes the current
item and abandons an active list, if present. Control returns directly
to TCL.

## Syntax

```
 fdk
```

## Example(s)

```

ed bp *
first.program
top
.fdk
’first.program’ deleted.
```

## See also

- [Active list](https://d3codex.com/definitions/active-list/)
- [delete command](https://d3codex.com/tcl/delete-command/)

---
Source: https://d3codex.com/editor/fdk-command/ - part of the D3Codex reference.
