This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
CardingiSFun's profile picture

Weird Error

Started by CardingiSFun, 15 September 2012 - 10:44 AM
CardingiSFun #1
Posted 15 September 2012 - 12:44 PM
Hey can anyone help me



Error:


Code:
Hackingroelz #2
Posted 15 September 2012 - 12:47 PM

term.clear
should be:

term.clear()

and

rs.setOutput(back, true)
should be:

rs.setOutput("back", true)