Advertisement
StefanBashkir

Untitled

Feb 4th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local t = {
  2.     ['String1'] = true; -- Don't worry about the = true part
  3.     ['String2'] = true;
  4.     ['String3'] = true;
  5. }
  6. if t['String2'] then
  7.     print("Found it");
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement