Guest User

Untitled

a guest
Apr 8th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. local Table = {"Value", 2, {true, false}}
  2.  
  3. if Table[3][2] then print("The value is true!") else print("The value is false!") end
Add Comment
Please, Sign In to add comment