summaryrefslogtreecommitdiff
path: root/test/dump.lua
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1996-05-14 12:00:00 +0000
committerrepogen <>1996-05-14 12:00:00 +0000
commit721542976ebc89f2f8d17d19be7e4426570b69be (patch)
tree0c79a45c63aa89d6e4b8ac80931e46d74a72f8cb /test/dump.lua
parent71754d2f6423fb9b6e87658e58bafc5470d53f65 (diff)
downloadlua-github-2.4.tar.gz
Lua 2.42.4
Diffstat (limited to 'test/dump.lua')
-rw-r--r--test/dump.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump.lua b/test/dump.lua
index fa0aa4fb..ad8d44a6 100644
--- a/test/dump.lua
+++ b/test/dump.lua
@@ -1,4 +1,4 @@
-
+-- dump global environment
function savevar (n,v)
if v == nil then return end;