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

Help (bios: 399: [string "Marble"] 6: '<eof>' expected)

Started by FargoGamer, 17 June 2014 - 01:31 PM
FargoGamer #1
Posted 17 June 2014 - 03:31 PM
Well im here to ask help to somebody that really understands really good computer craft. I was trying to wrote a program (in a turtle) to get some Marble and the folowing error was hapening whend i tryed to execute the problem: bios: 399: [string "Marble"] 6: '<eof>' expected

I made an error on the code, but i can't find it, so i need help (Its probably a really dirty error , im still really noob in computer craft)

Here is the pastebin:

http://pastebin.com/AjuMgazX

Tanks! :)/>
wieselkatze #2
Posted 17 June 2014 - 04:15 PM
2 things wrong with your program:

1. There is an end in line 6, but no for loop in line 1 (That's what's causing the error)
2. There is an end missing at the end of your program (to close the last for-loop)

Also in line 20, 41 and 42 the brackets are missing. Just place () at the end of the line.

Other than that, the program should work.
Edited on 17 June 2014 - 02:16 PM
Bomb Bloke #3
Posted 17 June 2014 - 04:16 PM
I recommend taking a read of this article.
FargoGamer #4
Posted 17 June 2014 - 04:50 PM
Really thx both of you! :)/>/>

Idk now why but its still not working…
Please Help me!

bios: 399: [string "Marble"] 6: '<=>' expected



http://pastebin.com/JvewssDu
Lyqyd #5
Posted 17 June 2014 - 06:18 PM
The actual line number would be helpful instead of just "6" again, since the error is well below that line. You forgot the parentheses in your last for loop.