Skip to content

Instantly share code, notes, and snippets.

@adrianparvino
Created June 11, 2018 11:28
Show Gist options
  • Save adrianparvino/17988dc51afff5fcc9c6d40c10e35d63 to your computer and use it in GitHub Desktop.
Save adrianparvino/17988dc51afff5fcc9c6d40c10e35d63 to your computer and use it in GitHub Desktop.
string = "s7 test"
for k, v in string.gmatch(string, "(%S+)%s(%S+)") do
_G[k] = v
end
print(s7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment