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

bios:339: [string "tunnel"]:141: '=' expected

Started by kukuluu, 24 March 2014 - 09:20 AM
kukuluu #1
Posted 24 March 2014 - 10:20 AM
I wrote a little program and I can't fet why there is an error (bios:339: [string "tunnel"]:141: '=' expected)

Pastebin: http://pastebin.com/kPFfJFdD

Please help me
Lyqyd #2
Posted 24 March 2014 - 02:25 PM
This error is covered in the Common Errors section of this post.
Agoldfish #3
Posted 25 March 2014 - 09:30 PM

turtle.PlaceDown
Should be

turtle.placeDown()