Hey I'm kinda new to computer craft and am trying to get a test program to run correctly and when I do it I get this:
BIOS:339 [string "test"]:5: '<eof>' expected
The code is
If rs.getInput("left")
Then
OS.run("program name") (didn't want to put the actual program name here on the fourms but it is in the code)
End
Else
Print("flip the lever")
Need some serious help with this.
BIOS:339 [string "test"]:5: '<eof>' expected
The code is
If rs.getInput("left")
Then
OS.run("program name") (didn't want to put the actual program name here on the fourms but it is in the code)
End
Else
Print("flip the lever")
Need some serious help with this.