diff options
| author | ame <[email protected]> | 2023-12-25 15:10:55 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-12-25 15:10:55 -0600 |
| commit | 8c0dc0f4baa231a359f9785da14b1df8e7a6c0ac (patch) | |
| tree | 3d8097dce11003682335d5e82fb2861021c902e0 /tt.lua | |
| parent | ddb25e94961f0eb9f5f615db83b316d3c222da81 (diff) | |
removed small tests
Diffstat (limited to 'tt.lua')
| -rw-r--r-- | tt.lua | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1,9 +0,0 @@ -require "llib" - -local s = llib.array.split("0 5 3 10"," ") -local b = {a=5} -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)) - - |
