For the complete documentation index, see llms.txt. This page is also available as Markdown.

log

API - prints a message to console log

return function()
    log('hello world');
end

Last updated