crosstable.love/0011-Global_state

6 lines
226 B
Plaintext

-- just anything we need across functions
Global_state = {
button_handlers = {},
next_save = nil, -- if set, timestamp at which to save results to disk
results = {}, -- information about order in which to save to disk
}