parseManager/test2.lua
Ryan Ward ac7118092a What have I undertook
added stuff, fixed more bugs, more documentation, more pain and suffering

This is taking too long, but ill push through hahahahahahahahha
2019-01-26 19:45:50 -05:00

28 lines
530 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()
bool = true
function test()
local t = {}
return bool and t
end
print(test())