summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cactus.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/cactus.lua b/cactus.lua
index 77917a5..9837827 100644
--- a/cactus.lua
+++ b/cactus.lua
@@ -21,3 +21,5 @@ local x,y,z = gps.locate()
print(x,y,z)
local v = vector.new(x,y,z)
print(v)
+local w = vector.new(gps.locate())
+print(w)