Created
April 9, 2025 10:49
-
-
Save kraftwerk28/36cc60e33b2f33befdb1bf93bf64bdcf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local function update() | |
logger:write("ABCD", "l1,l2,l3", "fff", "---", "---", 3.14, 1, 42) | |
return update, 50 | |
end | |
return update() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment