local state = require("ForthState") global type ForthDictionary = record contents: {string: function(State)} end