x = 0
function oneline()
local g = 0
repeat
turtle.dig()
turtle.forward()
until local g == width
end
function layor()
oneline()
end
print("Enter hight")
hight = read()
print("Enter Width")
width = read()
oneline()
end
i get unexpected symbol.. i can't find where tho any help would be great, this is just the start of a programi am fairly new at lua