diff options
author | Lua Team <team@lua.org> | 1996-05-14 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 1996-05-14 12:00:00 +0000 |
commit | 721542976ebc89f2f8d17d19be7e4426570b69be (patch) | |
tree | 0c79a45c63aa89d6e4b8ac80931e46d74a72f8cb /test/dump.lua | |
parent | 71754d2f6423fb9b6e87658e58bafc5470d53f65 (diff) | |
download | lua-github-2.4.tar.gz |
Lua 2.42.4
Diffstat (limited to 'test/dump.lua')
-rw-r--r-- | test/dump.lua | 2 |
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; |