I tried to get on computercraft forums but they are down with some bandwidth problem so i had to post here, ive been trying to make a simple mining program for my mining turtle but it gives me the same error all the time "bios:206: [string "mine"]:1: '=' expected".
My code is here:
while turtle.detectDown do
excavate 2
go up 5
turtle.drop(25)
end
Help would be appreciated, thank you. ~Bloxxer159