diff options
| author | ame <[email protected]> | 2023-12-24 20:42:53 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-12-24 20:42:53 -0600 |
| commit | effd4b3cb361cd5f977704e06fc8c9954a5c0379 (patch) | |
| tree | 71c5d25f82a74b5aea439bb0fa0b53dcde4b62a9 /tt.lua | |
| parent | 2125ee40a74fad6d9c92f835dda590e35ffae0e5 (diff) | |
no newline option
Diffstat (limited to 'tt.lua')
| -rw-r--r-- | tt.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ require "llib" local s = llib.array.split("0 5 3 10"," ") local b = {a=5} -llib.config.set({max_depth=-1}); +llib.config.set({max_depth=-1,collapse_all=1}); llib.io.pprint({5,{"what"},{55,55,33,2,5,5,5},{{55,5,8},9},3,{5,{meow=3}},{meow={5,5}}}) --llib.io.pprint(llib.array.len(b)) |
