bueddl

Untitled

Jun 4th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. print("Man I am so lost right now!")
  2. local x, y, z = gps.locate(5)
  3. if x == nil then
  4. print("Nope, still lost :(")
  5. else
  6. print("I am at ",x," ",y," ",z)
  7. end
Add Comment
Please, Sign In to add comment