blob: 0ada3a349823c460b2914d24ccbf99a947e06fcf (
plain) (
tree)
|
|
print("Start of REPL test\n")
--global_type_t = require("global_type_t")
for k,v in pairs(global_type_t) do
if type(v) == "function" then
print(i, v)
end
end
--local gt = global_type_t()
local gt = global_type_t:mutability()
local gt = global_type_t:new()
print("End of REPL test\n")
|