v1.6.0 - Removed low level libraries computer and component. They must now be imported.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
local component = import("component")
|
||||
local computer = import("computer")
|
||||
|
||||
local function printstat(text)
|
||||
termlib.cursorPosX = 35
|
||||
print(text, true, false)
|
||||
|
||||
Reference in New Issue
Block a user