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

bios:337: [string "Sort"]:8: '8' "="

Started by deathguy300, 14 December 2013 - 07:01 AM
deathguy300 #1
Posted 14 December 2013 - 08:01 AM
I know that I shouldn't be making a topic about the = error but I am honestly stuck I've checked line 8 and it should work as it does for everyone else but it keeps on giving me errors. Please help.
Code: http://pastebin.com/Uu19wRHq
Lyqyd #2
Posted 14 December 2013 - 12:18 PM
Did you actually read the bit about '=' expected errors in the sticky topic? It tells you to check the previous line, and also mentions the exact problem that's present in your code.
TheOddByte #3
Posted 14 December 2013 - 07:33 PM
Uhmm.. You've forgot the parantheses? :P/>

turtle.suck()
And because you forgot it it thinks it's an unassigned variable and doesn't run it as a function.

Edit: I must have been really tired.. Just saw you had an end at the end of your program.. Why? Remove it or else it will give you the eof error.( If this is your full code )
Edited on 14 December 2013 - 06:35 PM