View difference between Paste ID: vn7SSuqD and ftme0mST
SHOW: | | - or go back to the newest paste.
1
local dictionary = {}
2
3
local function insertWord(dict, word)
4
	local head, tail = word:upper():match('^(%a)(%a*)$')
5
end
6
7
insertWord(dictionary, 'BAG')