Posted 06 July 2012 - 11:43 AM
Hey there, I can't figure this out at all o.O
I get error:
Bios:206: [string "startup"]:13: unfinished string
I have actually modified the code, but it says the line the first print is on has an error.
Also, if you could improve it, that would be great too.
Thanks,
Jazza
I get error:
Bios:206: [string "startup"]:13: unfinished string
I have actually modified the code, but it says the line the first print is on has an error.
-- UpSideDownOS - V.0.0.1 - Jazza_Hat
function clear()
term.clear()
term.setCursorPos(1, 1)
end
function screen( ... )
tArgs = { ... }
print("/------------")
if #tArgs =>2 then
for i = 0, #targs, 1 do
write(tArgs)
end
else tArgs == false then
comment = "Welcome to UpSideDownOS V.0.0.1!"
end
print("| |")
print("-------------/")
end
end
clear()
screen()
Also, if you could improve it, that would be great too.
Thanks,
Jazza