Skip to content

Instantly share code, notes, and snippets.

@Sl4vP0weR
Created October 3, 2023 08:56
Show Gist options
  • Save Sl4vP0weR/f8122a82cfa7bf269987c5e760cdffe6 to your computer and use it in GitHub Desktop.
Save Sl4vP0weR/f8122a82cfa7bf269987c5e760cdffe6 to your computer and use it in GitHub Desktop.
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