parseManager/test2.lua
Ryan Ward ced07851a7 more changes
Still some major bugs that i need to fix
2019-01-08 23:17:33 -05:00

22 lines
431 B
Lua

local GLOBAL, sThread = require("multi.integration.lanesManager").init()
GLOBAL["Test"]=true
multi:newSystemThread("NewThread",function(blck,path,name)
print(GLOBAL["Test"])
end)
--~ io.flush()
--~ i = io.input()
--~ i:seek("cur")
--~ i:read(2)
--~ print(i)
--~ g={}
--~ while t~="q" do
--~ g[#g+1]=t
--~ io.flush()
--~ t=io.read(1)
--~ io.write("\b")
--~ end
--~ print("done")
--~ io.write("\b")
--~ io.flush()
--~ io.read()