Skip to content

Instantly share code, notes, and snippets.

@mightystoosh
Last active August 1, 2016 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mightystoosh/d6a57481983b997a7035c5d828f6d6ee to your computer and use it in GitHub Desktop.
Save mightystoosh/d6a57481983b997a7035c5d828f6d6ee to your computer and use it in GitHub Desktop.
if(turtle.up()) then
print("went up")
else
print("digging up was ")
print(turtle.digUp())
turtle.up()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment