75fb629
b85751a
1 2
3 4 5 6 7
8 9 10
function test() print("running asmtest.lua") --for k,v in pairs(jmp_s_t) do print(k,v) end local t = jmp_s_t.new() print(t) t:set_type(3) print(t.type) end test()