This commit is contained in:
Philippe Teuwen 2021-10-10 01:35:38 +02:00
commit 88308ea727
98 changed files with 271 additions and 271 deletions

View file

@ -83,7 +83,7 @@ local function tablelen(T)
end
---
-- helper function, gives a sorted table from table t,
-- order can be a seperate sorting-order function.
-- order can be a separate sorting-order function.
local function spairs(t, order)
-- collect the keys
local keys = {}