type specifiers

This commit is contained in:
2024-05-31 16:43:01 -06:00
parent c2eab01281
commit ffb88d912a

View File

@@ -2,7 +2,7 @@
(var :Map<String,Bool> prepositions (new Map))
(var :Map<String,Bool> loadedVerbFiles (new Map))
(function loadVerbsForToken [token]
(function loadVerbsForToken [:String token]
(let [fl (token.substr 0 1)
ftl (token.substr 0 2)]
(unless (loadedVerbFiles.exists "${ftl}.txt")