mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
9 lines
103 B
Lua
9 lines
103 B
Lua
print(package.path)
|
|
|
|
--[[
|
|
require'lfs'
|
|
|
|
print(lfs.currentdir ())
|
|
|
|
--table.foreach(_G, print)
|
|
]] |