forth-stuff/ForthDictionary.tl

8 lines
117 B
Plaintext
Raw Normal View History

2021-05-10 06:23:32 +00:00
local state = require("ForthState")
global type ForthDictionary = record
contents: {string: function(State)}
end