Skip to content

Instantly share code, notes, and snippets.

@kaworun
Created January 23, 2013 06:27
Show Gist options
  • Save kaworun/4602590 to your computer and use it in GitHub Desktop.
Save kaworun/4602590 to your computer and use it in GitHub Desktop.
a = {10, 15, 20, 30}
b = {"ok", "ng"}
if a[3] > 17 then
print(b[1])
else
print(b[2])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment