Advertisement
alestane

Dictionary tree (empty function)

Feb 3rd, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local dictionary = {}
  2.  
  3. local function insertWord(dict, word)
  4. end
  5.  
  6. insertWord(dictionary, 'BAG')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement