From 595fd25a80c569d104bc53cbfb9e46654134b4e1 Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 18 Dec 2023 13:55:13 -0600 Subject: config and io functions --- tt.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tt.lua (limited to 'tt.lua') diff --git a/tt.lua b/tt.lua new file mode 100644 index 0000000..640e78c --- /dev/null +++ b/tt.lua @@ -0,0 +1,9 @@ +require "llib" + +local s = llib.array.split("0 5 3 10"," ") +local b = {a=5} +llib.config.set({max_depth=-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)) + + -- cgit v1.2.3