template-carousel-mobile/0050-print_to_output

6 lines
183 B
Plaintext

print_to_output = function(...)
local line = table.concat(map({...}, tostring), ' ')
table.insert(Output_editor_state.lines,
{data=line})
Text.redraw_all(Output_editor_state)
end