Posted 31 July 2013 - 04:10 AM
Dance:
while true do
turtle.turnRight()
turtle.turnLeft()
turtle.turnLeft()
turtle.turnRight()
turtle.up()
turtle.down()
term.clear()
term.setCursorPos(1, 1)
end