crosstable.love/0026-add_result

3 lines
83 B
Plaintext

add_result = function(from, to)
table.insert(Global_state.results, {from, to})
end