View difference between Paste ID: ftme0mST and Aup80M2m
SHOW: | | - or go back to the newest paste.
1
local dictionary = {}
2
3-
local word = 'BAG'
3+
local function insertWord(dict, word)
4
end
5-
dictionary['B'] = {}
5+
6
insertWord(dictionary, 'BAG')