OC-MultICE/modules/base/header.lua

11 lines
166 B
Lua
Raw Normal View History

2017-04-19 02:40:25 +10:00
tT,p,C,T={},1,coroutine,table
function s(n,f,e)
T.insert(tT,{n,C.create(f),(e or {})})
end
function l()
2017-04-20 00:02:12 +10:00
return eV
2017-04-19 02:40:25 +10:00
end
function h(...)
computer.pushSignal(...)
end