#!/usr/bin/lua

for n in pairs(_G) do print(n) end
