Created
October 3, 2023 08:56
-
-
Save Sl4vP0weR/f8122a82cfa7bf269987c5e760cdffe6 to your computer and use it in GitHub Desktop.
This file contains 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
function inprint(table) | |
print(table) | |
for key, value in pairs(table) do | |
print('\t['..key..'] = ['..value..']') | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment