i keep getting a error in my coding
bios:338: [string "farm"]:16: 'end' expected (to close 'while' at line 13)
my code is
while true do
for i = 1, 4 do
turtle.attack()
turtle.turnleft()
turtle.dropDown()
repeat
until turtle.dropDown() == false
end
while false do
turtle.dropDown()
until turtle.drioDown() == false
repeat
until turtle.dropDown() == true
end
bios:338: [string "farm"]:16: 'end' expected (to close 'while' at line 13)
my code is
while true do
for i = 1, 4 do
turtle.attack()
turtle.turnleft()
turtle.dropDown()
repeat
until turtle.dropDown() == false
end
while false do
turtle.dropDown()
until turtle.drioDown() == false
repeat
until turtle.dropDown() == true
end