- tdump is det
- tdump(:Goal) is det
- tdump(:Goal, +Options) is det
- Dump all tables and their status that unify with Goal. Options:
- scope(Scope)
- Limit displayed tables to
local or global.
- limit(Count)
- Limit the number of answers displayed to Count
- reset(Boolean)
- If
true, also show reset (fresh) global tables. These
are tables that have been abolished.