Feature Overview
- DMP() prints values, table internals.
- Stop the routine.
- Clear Screen.
- Display the contents of the specified table.
- The displayed order is not fixed.
- The overflowed text is not displayed.
- This function consumes 177 Token.
local t={
1
,str="string"
,obj={"o","b","j","e","c","t"}
,{{{}}}
,{nil,true,false,function()end}
}
dmp(t) |
Symbol summary
# Number
$ String
% Boolean
* Function(output only the "[Function]")
! nil(Is not printed because Skip nil in table pairs())
{} Table |
This function is included in the KNUTIL library.
release note
P#60679 2019-01-08 14:10 ( Edited 2022-03-30 06:08)
[Please log in to post a comment]



